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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1392713002: Extract content dependency from keyboard code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 3542 matching lines...) Expand 10 before | Expand all | Expand 10 after
3553 'defines': [ 3553 'defines': [
3554 'USE_LIBSECRET', 3554 'USE_LIBSECRET',
3555 ], 3555 ],
3556 }], 3556 }],
3557 ['use_aura==1', { 3557 ['use_aura==1', {
3558 'sources': [ '<@(chrome_browser_aura_sources)' ], 3558 'sources': [ '<@(chrome_browser_aura_sources)' ],
3559 'dependencies': [ 3559 'dependencies': [
3560 '../ui/aura/aura.gyp:aura', 3560 '../ui/aura/aura.gyp:aura',
3561 '../ui/compositor/compositor.gyp:compositor', 3561 '../ui/compositor/compositor.gyp:compositor',
3562 '../ui/keyboard/keyboard.gyp:keyboard', 3562 '../ui/keyboard/keyboard.gyp:keyboard',
3563 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
3563 ], 3564 ],
3564 }], 3565 }],
3565 ['ui_compositor_image_transport==1', { 3566 ['ui_compositor_image_transport==1', {
3566 'dependencies': [ 3567 'dependencies': [
3567 '../ui/gl/gl.gyp:gl', 3568 '../ui/gl/gl.gyp:gl',
3568 ], 3569 ],
3569 }], 3570 }],
3570 ['use_ash==1', { 3571 ['use_ash==1', {
3571 'sources': [ '<@(chrome_browser_ash_sources)' ], 3572 'sources': [ '<@(chrome_browser_ash_sources)' ],
3572 }], 3573 }],
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 '../components/components.gyp:omnibox_browser', 4119 '../components/components.gyp:omnibox_browser',
4119 '../components/components.gyp:rlz', 4120 '../components/components.gyp:rlz',
4120 '../components/components.gyp:search_engines', 4121 '../components/components.gyp:search_engines',
4121 '../rlz/rlz.gyp:rlz_lib', 4122 '../rlz/rlz.gyp:rlz_lib',
4122 ], 4123 ],
4123 }, 4124 },
4124 ], 4125 ],
4125 }], 4126 }],
4126 ], 4127 ],
4127 } 4128 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698