Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 141053003: Convert the re2 GYP targets to be generated by GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after
2628 '../components/components.gyp:autofill_content_risk_proto', 2628 '../components/components.gyp:autofill_content_risk_proto',
2629 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2629 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2630 '../media/media.gyp:media', 2630 '../media/media.gyp:media',
2631 '../net/net.gyp:net_with_v8', 2631 '../net/net.gyp:net_with_v8',
2632 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2632 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2633 '../third_party/expat/expat.gyp:expat', 2633 '../third_party/expat/expat.gyp:expat',
2634 '../third_party/hunspell/hunspell.gyp:hunspell', 2634 '../third_party/hunspell/hunspell.gyp:hunspell',
2635 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2635 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2636 '../third_party/libjingle/libjingle.gyp:libjingle', 2636 '../third_party/libjingle/libjingle.gyp:libjingle',
2637 '../third_party/npapi/npapi.gyp:npapi', 2637 '../third_party/npapi/npapi.gyp:npapi',
2638 '../third_party/re2/re2.gyp:re2', 2638 '../out/gn_gyp/third_party/re2/re2.gyp:re2',
2639 '../ui/compositor/compositor.gyp:compositor', 2639 '../ui/compositor/compositor.gyp:compositor',
2640 '../ui/surface/surface.gyp:surface', 2640 '../ui/surface/surface.gyp:surface',
2641 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2641 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2642 '../v8/tools/gyp/v8.gyp:v8', 2642 '../v8/tools/gyp/v8.gyp:v8',
2643 '../webkit/common/webkit_common.gyp:webkit_common', 2643 '../webkit/common/webkit_common.gyp:webkit_common',
2644 '../webkit/storage_browser.gyp:webkit_storage_browser', 2644 '../webkit/storage_browser.gyp:webkit_storage_browser',
2645 '../webkit/storage_common.gyp:webkit_storage_common', 2645 '../webkit/storage_common.gyp:webkit_storage_common',
2646 '../webkit/webkit_resources.gyp:webkit_resources', 2646 '../webkit/webkit_resources.gyp:webkit_resources',
2647 ], 2647 ],
2648 'defines': [ 2648 'defines': [
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
3368 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3368 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3369 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3369 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3371 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3371 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3372 ], 3372 ],
3373 }], 3373 }],
3374 ], 3374 ],
3375 }, 3375 },
3376 ], 3376 ],
3377 } 3377 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698