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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« 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 3003 matching lines...) Expand 10 before | Expand all | Expand 10 after
3014 '../components/components.gyp:translate_content_browser', 3014 '../components/components.gyp:translate_content_browser',
3015 '../components/components.gyp:url_matcher', 3015 '../components/components.gyp:url_matcher',
3016 '../components/components.gyp:visitedlink_browser', 3016 '../components/components.gyp:visitedlink_browser',
3017 '../components/components.gyp:visitedlink_common', 3017 '../components/components.gyp:visitedlink_common',
3018 '../components/components.gyp:web_cache_browser', 3018 '../components/components.gyp:web_cache_browser',
3019 '../components/components.gyp:web_modal', 3019 '../components/components.gyp:web_modal',
3020 '../components/components.gyp:web_resource', 3020 '../components/components.gyp:web_resource',
3021 '../content/app/resources/content_resources.gyp:content_resources', 3021 '../content/app/resources/content_resources.gyp:content_resources',
3022 '../media/cast/cast.gyp:cast_net', 3022 '../media/cast/cast.gyp:cast_net',
3023 '../media/media.gyp:media', 3023 '../media/media.gyp:media',
3024 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
3025 '../mojo/mojo_base.gyp:mojo_common_lib', 3024 '../mojo/mojo_base.gyp:mojo_common_lib',
3026 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3025 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3027 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 3026 '../mojo/mojo_edk.gyp:mojo_system_impl',
3028 '../mojo/public/mojo_public.gyp:mojo_js_bindings', 3027 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
3028 '../mojo/mojo_public.gyp:mojo_js_bindings',
3029 '../net/net.gyp:net_extras', 3029 '../net/net.gyp:net_extras',
3030 '../net/net.gyp:net_with_v8', 3030 '../net/net.gyp:net_with_v8',
3031 '../storage/storage_browser.gyp:storage', 3031 '../storage/storage_browser.gyp:storage',
3032 '../storage/storage_common.gyp:storage_common', 3032 '../storage/storage_common.gyp:storage_common',
3033 # TODO(tonyg): Remove this dependency (crbug.com/280157). 3033 # TODO(tonyg): Remove this dependency (crbug.com/280157).
3034 '../testing/perf/perf_test.gyp:*', 3034 '../testing/perf/perf_test.gyp:*',
3035 '../third_party/expat/expat.gyp:expat', 3035 '../third_party/expat/expat.gyp:expat',
3036 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3036 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3037 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3037 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3038 '../third_party/libyuv/libyuv.gyp:libyuv', 3038 '../third_party/libyuv/libyuv.gyp:libyuv',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
3743 'variables': { 3743 'variables': {
3744 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3744 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3745 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3745 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3746 }, 3746 },
3747 'includes': [ '../build/protoc.gypi' ] 3747 'includes': [ '../build/protoc.gypi' ]
3748 }, 3748 },
3749 ], 3749 ],
3750 },], 3750 },],
3751 ], 3751 ],
3752 } 3752 }
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