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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 '../device/usb/usb.gyp:device_usb', 3321 '../device/usb/usb.gyp:device_usb',
3322 '../gpu/gpu.gyp:gpu', 3322 '../gpu/gpu.gyp:gpu',
3323 '../media/media.gyp:media', 3323 '../media/media.gyp:media',
3324 '../media/midi/midi.gyp:midi', 3324 '../media/midi/midi.gyp:midi',
3325 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3325 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3326 '../mojo/mojo_base.gyp:mojo_application_base', 3326 '../mojo/mojo_base.gyp:mojo_application_base',
3327 '../mojo/mojo_base.gyp:mojo_common_lib', 3327 '../mojo/mojo_base.gyp:mojo_common_lib',
3328 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3328 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3329 '../mojo/mojo_base.gyp:mojo_message_pump_lib', 3329 '../mojo/mojo_base.gyp:mojo_message_pump_lib',
3330 '../mojo/mojo_base.gyp:mojo_url_type_converters', 3330 '../mojo/mojo_base.gyp:mojo_url_type_converters',
3331 '../mojo/mojo_edk.gyp:mojo_system_impl',
3332 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
3333 '../mojo/mojo_public.gyp:mojo_js_bindings',
3331 '../net/net.gyp:net_extras', 3334 '../net/net.gyp:net_extras',
3332 '../net/net.gyp:net_with_v8', 3335 '../net/net.gyp:net_with_v8',
3333 '../storage/storage_browser.gyp:storage', 3336 '../storage/storage_browser.gyp:storage',
3334 '../storage/storage_common.gyp:storage_common', 3337 '../storage/storage_common.gyp:storage_common',
3335 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3338 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3336 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3339 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3337 '../third_party/libyuv/libyuv.gyp:libyuv', 3340 '../third_party/libyuv/libyuv.gyp:libyuv',
3338 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
3339 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
3340 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
3341 '../third_party/smhasher/smhasher.gyp:cityhash', 3341 '../third_party/smhasher/smhasher.gyp:cityhash',
3342 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3342 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3343 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3343 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3344 '../ui/gl/gl.gyp:gl', 3344 '../ui/gl/gl.gyp:gl',
3345 '../ui/surface/surface.gyp:surface', 3345 '../ui/surface/surface.gyp:surface',
3346 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 3346 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
3347 '../v8/tools/gyp/v8.gyp:v8', 3347 '../v8/tools/gyp/v8.gyp:v8',
3348 ], 3348 ],
3349 'sources': [ 3349 'sources': [
3350 '<@(chrome_browser_non_ios_sources)', 3350 '<@(chrome_browser_non_ios_sources)',
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
4185 '../components/components.gyp:rlz', 4185 '../components/components.gyp:rlz',
4186 '../components/components.gyp:search_engines', 4186 '../components/components.gyp:search_engines',
4187 '../rlz/rlz.gyp:rlz_lib', 4187 '../rlz/rlz.gyp:rlz_lib',
4188 'common', 4188 'common',
4189 ], 4189 ],
4190 }, 4190 },
4191 ], 4191 ],
4192 }], 4192 }],
4193 ], 4193 ],
4194 } 4194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698