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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 596053004: Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_public_gyp
Patch Set: Created 6 years, 2 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
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 '../components/components.gyp:storage_monitor', 2904 '../components/components.gyp:storage_monitor',
2905 '../components/components.gyp:translate_content_browser', 2905 '../components/components.gyp:translate_content_browser',
2906 '../components/components.gyp:url_matcher', 2906 '../components/components.gyp:url_matcher',
2907 '../components/components.gyp:visitedlink_browser', 2907 '../components/components.gyp:visitedlink_browser',
2908 '../components/components.gyp:visitedlink_common', 2908 '../components/components.gyp:visitedlink_common',
2909 '../components/components.gyp:web_cache_browser', 2909 '../components/components.gyp:web_cache_browser',
2910 '../components/components.gyp:web_modal', 2910 '../components/components.gyp:web_modal',
2911 '../content/app/resources/content_resources.gyp:content_resources', 2911 '../content/app/resources/content_resources.gyp:content_resources',
2912 '../media/cast/cast.gyp:cast_net', 2912 '../media/cast/cast.gyp:cast_net',
2913 '../media/media.gyp:media', 2913 '../media/media.gyp:media',
2914 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
2914 '../mojo/mojo_base.gyp:mojo_common_lib', 2915 '../mojo/mojo_base.gyp:mojo_common_lib',
2915 '../mojo/mojo_base.gyp:mojo_environment_chromium', 2916 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2916 '../mojo/mojo_base.gyp:mojo_system_impl',
2917 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 2917 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
2918 '../mojo/public/mojo_public.gyp:mojo_js_bindings', 2918 '../mojo/public/mojo_public.gyp:mojo_js_bindings',
2919 '../net/net.gyp:net_extras', 2919 '../net/net.gyp:net_extras',
2920 '../net/net.gyp:net_with_v8', 2920 '../net/net.gyp:net_with_v8',
2921 '../storage/storage_browser.gyp:storage', 2921 '../storage/storage_browser.gyp:storage',
2922 '../storage/storage_common.gyp:storage_common', 2922 '../storage/storage_common.gyp:storage_common',
2923 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2923 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2924 '../testing/perf/perf_test.gyp:*', 2924 '../testing/perf/perf_test.gyp:*',
2925 '../third_party/expat/expat.gyp:expat', 2925 '../third_party/expat/expat.gyp:expat',
2926 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2926 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 'variables': { 3595 'variables': {
3596 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3596 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3597 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3597 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3598 }, 3598 },
3599 'includes': [ '../build/protoc.gypi' ] 3599 'includes': [ '../build/protoc.gypi' ]
3600 }, 3600 },
3601 ], 3601 ],
3602 },], 3602 },],
3603 ], 3603 ],
3604 } 3604 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698