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

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: 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
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 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2965 '../components/components.gyp:storage_monitor', 2965 '../components/components.gyp:storage_monitor',
2966 '../components/components.gyp:translate_content_browser', 2966 '../components/components.gyp:translate_content_browser',
2967 '../components/components.gyp:url_matcher', 2967 '../components/components.gyp:url_matcher',
2968 '../components/components.gyp:usb_service', 2968 '../components/components.gyp:usb_service',
2969 '../components/components.gyp:visitedlink_browser', 2969 '../components/components.gyp:visitedlink_browser',
2970 '../components/components.gyp:visitedlink_common', 2970 '../components/components.gyp:visitedlink_common',
2971 '../components/components.gyp:web_modal', 2971 '../components/components.gyp:web_modal',
2972 '../components/components_resources.gyp:components_resources', 2972 '../components/components_resources.gyp:components_resources',
2973 '../media/cast/cast.gyp:cast_net', 2973 '../media/cast/cast.gyp:cast_net',
2974 '../media/media.gyp:media', 2974 '../media/media.gyp:media',
2975 '../mojo/mojo.gyp:mojo_common_lib', 2975 '../mojo/mojo_base.gyp:mojo_common_lib',
2976 '../mojo/mojo.gyp:mojo_cpp_bindings', 2976 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
2977 '../mojo/mojo.gyp:mojo_environment_chromium', 2977 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2978 '../mojo/mojo.gyp:mojo_js_bindings', 2978 '../mojo/mojo_base.gyp:mojo_js_bindings',
2979 '../mojo/mojo.gyp:mojo_system_impl', 2979 '../mojo/mojo_base.gyp:mojo_system_impl',
2980 '../net/net.gyp:net_with_v8', 2980 '../net/net.gyp:net_with_v8',
2981 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2981 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2982 '../testing/perf/perf_test.gyp:*', 2982 '../testing/perf/perf_test.gyp:*',
2983 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2983 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2984 '../third_party/expat/expat.gyp:expat', 2984 '../third_party/expat/expat.gyp:expat',
2985 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2985 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2986 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2986 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2987 '../third_party/libyuv/libyuv.gyp:libyuv', 2987 '../third_party/libyuv/libyuv.gyp:libyuv',
2988 '../third_party/npapi/npapi.gyp:npapi', 2988 '../third_party/npapi/npapi.gyp:npapi',
2989 '../third_party/smhasher/smhasher.gyp:cityhash', 2989 '../third_party/smhasher/smhasher.gyp:cityhash',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
3622 'package_name': 'org/chromium/chrome/browser', 3622 'package_name': 'org/chromium/chrome/browser',
3623 'template_deps': ['browser/android/tab_load_status.h'], 3623 'template_deps': ['browser/android/tab_load_status.h'],
3624 }, 3624 },
3625 'includes': [ '../build/android/java_cpp_template.gypi' ], 3625 'includes': [ '../build/android/java_cpp_template.gypi' ],
3626 }, 3626 },
3627 ], 3627 ],
3628 }, 3628 },
3629 ], 3629 ],
3630 ], 3630 ],
3631 } 3631 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | mojo/mojo_base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698