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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 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 | « chrome/chrome_browser_chromeos.gypi ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/document_scan/document_scan_interface_chromeos.cc' , 8 'browser/extensions/api/document_scan/document_scan_interface_chromeos.cc' ,
9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.cc', 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.cc',
10 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.h', 10 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.h',
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'conditions': [ 924 'conditions': [
925 ['chromeos==1', { 925 ['chromeos==1', {
926 'include_dirs': [ 926 'include_dirs': [
927 '../third_party/libjingle/source', 927 '../third_party/libjingle/source',
928 ], 928 ],
929 'dependencies': [ 929 'dependencies': [
930 '../build/linux/system.gyp:dbus', 930 '../build/linux/system.gyp:dbus',
931 '../chromeos/ime/input_method.gyp:gencode', 931 '../chromeos/ime/input_method.gyp:gencode',
932 '../remoting/remoting.gyp:remoting_it2me_host_static', 932 '../remoting/remoting.gyp:remoting_it2me_host_static',
933 '../third_party/libevent/libevent.gyp:libevent', 933 '../third_party/libevent/libevent.gyp:libevent',
934 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
934 ], 935 ],
935 'sources': [ 936 'sources': [
936 '<@(chrome_browser_extensions_chromeos_sources)', 937 '<@(chrome_browser_extensions_chromeos_sources)',
937 ], 938 ],
938 }, { # chromeos==0 939 }, { # chromeos==0
939 'sources': [ 940 'sources': [
940 'browser/extensions/default_apps.cc', 941 'browser/extensions/default_apps.cc',
941 'browser/extensions/default_apps.h', 942 'browser/extensions/default_apps.h',
942 '<@(chrome_browser_extensions_non_chromeos_sources)', 943 '<@(chrome_browser_extensions_non_chromeos_sources)',
943 ], 944 ],
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 ], 1063 ],
1063 }, { # use_brlapi==0 1064 }, { # use_brlapi==0
1064 'sources': [ 1065 'sources': [
1065 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1066 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1066 ], 1067 ],
1067 }], 1068 }],
1068 ], 1069 ],
1069 }, 1070 },
1070 ], 1071 ],
1071 } 1072 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698