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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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 | « chrome/browser/ui/libgtk2ui/BUILD.gn ('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 3304 matching lines...) Expand 10 before | Expand all | Expand 10 after
3315 '../device/usb/usb.gyp:device_usb', 3315 '../device/usb/usb.gyp:device_usb',
3316 '../gpu/gpu.gyp:gpu', 3316 '../gpu/gpu.gyp:gpu',
3317 '../media/media.gyp:media', 3317 '../media/media.gyp:media',
3318 '../media/midi/midi.gyp:midi', 3318 '../media/midi/midi.gyp:midi',
3319 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3319 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3320 '../mojo/mojo_base.gyp:mojo_application_base', 3320 '../mojo/mojo_base.gyp:mojo_application_base',
3321 '../mojo/mojo_base.gyp:mojo_common_lib', 3321 '../mojo/mojo_base.gyp:mojo_common_lib',
3322 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3322 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3323 '../mojo/mojo_base.gyp:mojo_message_pump_lib', 3323 '../mojo/mojo_base.gyp:mojo_message_pump_lib',
3324 '../mojo/mojo_base.gyp:mojo_url_type_converters', 3324 '../mojo/mojo_base.gyp:mojo_url_type_converters',
3325 '../mojo/mojo_edk.gyp:mojo_system_impl',
3325 '../net/net.gyp:net_extras', 3326 '../net/net.gyp:net_extras',
3326 '../net/net.gyp:net_with_v8', 3327 '../net/net.gyp:net_with_v8',
3327 '../storage/storage_browser.gyp:storage', 3328 '../storage/storage_browser.gyp:storage',
3328 '../storage/storage_common.gyp:storage_common', 3329 '../storage/storage_common.gyp:storage_common',
3329 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3330 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3330 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3331 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3331 '../third_party/libyuv/libyuv.gyp:libyuv', 3332 '../third_party/libyuv/libyuv.gyp:libyuv',
3332 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
3333 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 3333 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
3334 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 3334 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
3335 '../third_party/smhasher/smhasher.gyp:cityhash', 3335 '../third_party/smhasher/smhasher.gyp:cityhash',
3336 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3336 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3337 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3337 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3338 '../ui/gl/gl.gyp:gl', 3338 '../ui/gl/gl.gyp:gl',
3339 '../ui/surface/surface.gyp:surface', 3339 '../ui/surface/surface.gyp:surface',
3340 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 3340 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
3341 '../v8/tools/gyp/v8.gyp:v8', 3341 '../v8/tools/gyp/v8.gyp:v8',
3342 ], 3342 ],
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
4189 '../components/components.gyp:omnibox_browser', 4189 '../components/components.gyp:omnibox_browser',
4190 '../components/components.gyp:rlz', 4190 '../components/components.gyp:rlz',
4191 '../components/components.gyp:search_engines', 4191 '../components/components.gyp:search_engines',
4192 '../rlz/rlz.gyp:rlz_lib', 4192 '../rlz/rlz.gyp:rlz_lib',
4193 ], 4193 ],
4194 }, 4194 },
4195 ], 4195 ],
4196 }], 4196 }],
4197 ], 4197 ],
4198 } 4198 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698