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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 9838085: Move files inside chrome/browser/chromeos/dbus to chromeos/dbus (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 8 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/chrome_browser.gypi ('k') | chrome/chrome_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ['exclude', 'browser/extensions/extension_input_ime_api.h'], 480 ['exclude', 'browser/extensions/extension_input_ime_api.h'],
481 ['exclude', 'browser/extensions/extension_input_method_api.cc'], 481 ['exclude', 'browser/extensions/extension_input_method_api.cc'],
482 ['exclude', 'browser/extensions/extension_input_method_api.h'], 482 ['exclude', 'browser/extensions/extension_input_method_api.h'],
483 ], 483 ],
484 }, { # chromeos==1 484 }, { # chromeos==1
485 'dependencies': [ 485 'dependencies': [
486 '../build/linux/system.gyp:dbus-glib', 486 '../build/linux/system.gyp:dbus-glib',
487 '../third_party/libevent/libevent.gyp:libevent', 487 '../third_party/libevent/libevent.gyp:libevent',
488 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto', 488 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto',
489 'browser/chromeos/input_method/input_method.gyp:gencode', 489 'browser/chromeos/input_method/input_method.gyp:gencode',
490 'power_supply_properties_proto',
491 ], 490 ],
492 'sources!': [ 491 'sources!': [
493 'browser/extensions/default_apps.cc', 492 'browser/extensions/default_apps.cc',
494 'browser/extensions/default_apps.h', 493 'browser/extensions/default_apps.h',
495 ], 494 ],
496 }], 495 }],
497 ['use_virtual_keyboard==0', { 496 ['use_virtual_keyboard==0', {
498 'sources/': [ 497 'sources/': [
499 ['exclude', '^browser/extensions/extension_input_ui_api.*'], 498 ['exclude', '^browser/extensions/extension_input_ui_api.*'],
500 ], 499 ],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 }], 586 }],
588 ], 587 ],
589 }], 588 }],
590 ], 589 ],
591 }], 590 }],
592 ], 591 ],
593 }, 592 },
594 ], 593 ],
595 } 594 }
596 595
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698