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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 4 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 2948 matching lines...) Expand 10 before | Expand all | Expand 10 after
2959 '../components/components.gyp:sessions', 2959 '../components/components.gyp:sessions',
2960 '../components/components.gyp:storage_monitor', 2960 '../components/components.gyp:storage_monitor',
2961 '../components/components.gyp:translate_content_browser', 2961 '../components/components.gyp:translate_content_browser',
2962 '../components/components.gyp:url_matcher', 2962 '../components/components.gyp:url_matcher',
2963 '../components/components.gyp:usb_service', 2963 '../components/components.gyp:usb_service',
2964 '../components/components.gyp:visitedlink_browser', 2964 '../components/components.gyp:visitedlink_browser',
2965 '../components/components.gyp:visitedlink_common', 2965 '../components/components.gyp:visitedlink_common',
2966 '../components/components.gyp:web_modal', 2966 '../components/components.gyp:web_modal',
2967 '../media/cast/cast.gyp:cast_net', 2967 '../media/cast/cast.gyp:cast_net',
2968 '../media/media.gyp:media', 2968 '../media/media.gyp:media',
2969 '../mojo/mojo.gyp:mojo_common_lib', 2969 '../mojo/mojo_base.gyp:mojo_common_lib',
2970 '../mojo/mojo.gyp:mojo_cpp_bindings', 2970 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
2971 '../mojo/mojo.gyp:mojo_environment_chromium', 2971 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2972 '../mojo/mojo.gyp:mojo_js_bindings', 2972 '../mojo/mojo_base.gyp:mojo_js_bindings',
2973 '../mojo/mojo.gyp:mojo_system_impl', 2973 '../mojo/mojo_base.gyp:mojo_system_impl',
2974 '../net/net.gyp:net_with_v8', 2974 '../net/net.gyp:net_with_v8',
2975 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2975 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2976 '../testing/perf/perf_test.gyp:*', 2976 '../testing/perf/perf_test.gyp:*',
2977 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2977 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2978 '../third_party/expat/expat.gyp:expat', 2978 '../third_party/expat/expat.gyp:expat',
2979 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2979 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2980 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2980 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2981 '../third_party/libyuv/libyuv.gyp:libyuv', 2981 '../third_party/libyuv/libyuv.gyp:libyuv',
2982 '../third_party/npapi/npapi.gyp:npapi', 2982 '../third_party/npapi/npapi.gyp:npapi',
2983 '../third_party/smhasher/smhasher.gyp:cityhash', 2983 '../third_party/smhasher/smhasher.gyp:cityhash',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 'package_name': 'org/chromium/chrome/browser', 3610 'package_name': 'org/chromium/chrome/browser',
3611 'template_deps': ['browser/android/tab_load_status.h'], 3611 'template_deps': ['browser/android/tab_load_status.h'],
3612 }, 3612 },
3613 'includes': [ '../build/android/java_cpp_template.gypi' ], 3613 'includes': [ '../build/android/java_cpp_template.gypi' ],
3614 }, 3614 },
3615 ], 3615 ],
3616 }, 3616 },
3617 ], 3617 ],
3618 ], 3618 ],
3619 } 3619 }
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