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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1722543003: Mojo bindings environment: remove usage in mojo/edk/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/message_port.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 3319 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 '../device/core/core.gyp:device_core', 3330 '../device/core/core.gyp:device_core',
3331 '../device/usb/usb.gyp:device_usb', 3331 '../device/usb/usb.gyp:device_usb',
3332 '../device/usb/usb.gyp:device_usb_mojo_bindings', 3332 '../device/usb/usb.gyp:device_usb_mojo_bindings',
3333 '../gpu/gpu.gyp:gpu', 3333 '../gpu/gpu.gyp:gpu',
3334 '../media/media.gyp:media', 3334 '../media/media.gyp:media',
3335 '../media/midi/midi.gyp:midi', 3335 '../media/midi/midi.gyp:midi',
3336 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3336 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3337 '../mojo/mojo_base.gyp:mojo_application_base', 3337 '../mojo/mojo_base.gyp:mojo_application_base',
3338 '../mojo/mojo_base.gyp:mojo_common_lib', 3338 '../mojo/mojo_base.gyp:mojo_common_lib',
3339 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3339 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3340 '../mojo/mojo_base.gyp:mojo_message_pump_lib',
3341 '../mojo/mojo_base.gyp:mojo_url_type_converters', 3340 '../mojo/mojo_base.gyp:mojo_url_type_converters',
3342 '../mojo/mojo_edk.gyp:mojo_system_impl', 3341 '../mojo/mojo_edk.gyp:mojo_system_impl',
3343 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 3342 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
3344 '../mojo/mojo_public.gyp:mojo_js_bindings', 3343 '../mojo/mojo_public.gyp:mojo_js_bindings',
3344 '../mojo/mojo_public.gyp:mojo_message_pump_lib',
3345 '../net/net.gyp:net_extras', 3345 '../net/net.gyp:net_extras',
3346 '../net/net.gyp:net_with_v8', 3346 '../net/net.gyp:net_with_v8',
3347 '../storage/storage_browser.gyp:storage', 3347 '../storage/storage_browser.gyp:storage',
3348 '../storage/storage_common.gyp:storage_common', 3348 '../storage/storage_common.gyp:storage_common',
3349 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3349 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3350 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3350 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3351 '../third_party/libyuv/libyuv.gyp:libyuv', 3351 '../third_party/libyuv/libyuv.gyp:libyuv',
3352 '../third_party/smhasher/smhasher.gyp:cityhash', 3352 '../third_party/smhasher/smhasher.gyp:cityhash',
3353 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3353 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3354 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3354 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
4208 '../components/components.gyp:rlz', 4208 '../components/components.gyp:rlz',
4209 '../components/components.gyp:search_engines', 4209 '../components/components.gyp:search_engines',
4210 '../rlz/rlz.gyp:rlz_lib', 4210 '../rlz/rlz.gyp:rlz_lib',
4211 'common', 4211 'common',
4212 ], 4212 ],
4213 }, 4213 },
4214 ], 4214 ],
4215 }], 4215 }],
4216 ], 4216 ],
4217 } 4217 }
OLDNEW
« no previous file with comments | « no previous file | components/message_port.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698