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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1966563002: Extracted shell_interfaces and shell_public into a separate gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed export_dependent_settings Created 4 years, 7 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 | « no previous file | components/filesystem/filesystem.gyp » ('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 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 '../media/media.gyp:media', 3380 '../media/media.gyp:media',
3381 '../media/midi/midi.gyp:midi', 3381 '../media/midi/midi.gyp:midi',
3382 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3382 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3383 '../mojo/mojo_base.gyp:mojo_common_lib', 3383 '../mojo/mojo_base.gyp:mojo_common_lib',
3384 '../mojo/mojo_base.gyp:mojo_url_type_converters', 3384 '../mojo/mojo_base.gyp:mojo_url_type_converters',
3385 '../mojo/mojo_edk.gyp:mojo_system_impl', 3385 '../mojo/mojo_edk.gyp:mojo_system_impl',
3386 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 3386 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
3387 '../mojo/mojo_public.gyp:mojo_js_bindings', 3387 '../mojo/mojo_public.gyp:mojo_js_bindings',
3388 '../net/net.gyp:net_extras', 3388 '../net/net.gyp:net_extras',
3389 '../net/net.gyp:net_with_v8', 3389 '../net/net.gyp:net_with_v8',
3390 '../services/shell/shell.gyp:shell_public', 3390 '../services/shell/shell_public.gyp:shell_public',
3391 '../storage/storage_browser.gyp:storage', 3391 '../storage/storage_browser.gyp:storage',
3392 '../storage/storage_common.gyp:storage_common', 3392 '../storage/storage_common.gyp:storage_common',
3393 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3393 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3394 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3394 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3395 '../third_party/libyuv/libyuv.gyp:libyuv', 3395 '../third_party/libyuv/libyuv.gyp:libyuv',
3396 '../third_party/re2/re2.gyp:re2', 3396 '../third_party/re2/re2.gyp:re2',
3397 '../third_party/smhasher/smhasher.gyp:cityhash', 3397 '../third_party/smhasher/smhasher.gyp:cityhash',
3398 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3398 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3399 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3399 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3400 '../ui/gl/gl.gyp:gl', 3400 '../ui/gl/gl.gyp:gl',
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
4262 '../components/components.gyp:rlz', 4262 '../components/components.gyp:rlz',
4263 '../components/components.gyp:search_engines', 4263 '../components/components.gyp:search_engines',
4264 '../rlz/rlz.gyp:rlz_lib', 4264 '../rlz/rlz.gyp:rlz_lib',
4265 'common', 4265 'common',
4266 ], 4266 ],
4267 }, 4267 },
4268 ], 4268 ],
4269 }], 4269 }],
4270 ], 4270 ],
4271 } 4271 }
OLDNEW
« no previous file with comments | « no previous file | components/filesystem/filesystem.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698