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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 68853015: Convert the re2 GYP targets to be generated by GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 '../net/net.gyp:net_with_v8', 2622 '../net/net.gyp:net_with_v8',
2623 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2623 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2624 '../testing/perf/perf_test.gyp:*', 2624 '../testing/perf/perf_test.gyp:*',
2625 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2625 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2626 '../third_party/expat/expat.gyp:expat', 2626 '../third_party/expat/expat.gyp:expat',
2627 '../third_party/hunspell/hunspell.gyp:hunspell', 2627 '../third_party/hunspell/hunspell.gyp:hunspell',
2628 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2628 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2629 '../third_party/libusb/libusb.gyp:libusb', 2629 '../third_party/libusb/libusb.gyp:libusb',
2630 '../third_party/libyuv/libyuv.gyp:libyuv', 2630 '../third_party/libyuv/libyuv.gyp:libyuv',
2631 '../third_party/npapi/npapi.gyp:npapi', 2631 '../third_party/npapi/npapi.gyp:npapi',
2632 '../third_party/re2/re2.gyp:re2', 2632 '../out/gn_gyp/third_party/re2/re2.gyp:re2',
2633 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2633 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2634 '../ui/gl/gl.gyp:gl', 2634 '../ui/gl/gl.gyp:gl',
2635 '../ui/surface/surface.gyp:surface', 2635 '../ui/surface/surface.gyp:surface',
2636 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2636 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2637 '../v8/tools/gyp/v8.gyp:v8', 2637 '../v8/tools/gyp/v8.gyp:v8',
2638 '../webkit/common/webkit_common.gyp:webkit_common', 2638 '../webkit/common/webkit_common.gyp:webkit_common',
2639 '../webkit/storage_browser.gyp:webkit_storage_browser', 2639 '../webkit/storage_browser.gyp:webkit_storage_browser',
2640 '../webkit/storage_common.gyp:webkit_storage_common', 2640 '../webkit/storage_common.gyp:webkit_storage_common',
2641 '../webkit/webkit_resources.gyp:webkit_resources', 2641 '../webkit/webkit_resources.gyp:webkit_resources',
2642 ], 2642 ],
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
3646 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3646 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3647 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3647 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3648 }, 3648 },
3649 'includes': [ '../build/android/java_cpp_template.gypi' ], 3649 'includes': [ '../build/android/java_cpp_template.gypi' ],
3650 }, 3650 },
3651 ], 3651 ],
3652 }, 3652 },
3653 ], 3653 ],
3654 ], 3654 ],
3655 } 3655 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | third_party/re2/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698