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

Side by Side Diff: chrome/chrome_browser.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/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/chrome_browser_chromeos.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 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2999 '../third_party/expat/expat.gyp:expat', 2999 '../third_party/expat/expat.gyp:expat',
3000 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3000 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3001 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3001 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3002 '../third_party/libyuv/libyuv.gyp:libyuv', 3002 '../third_party/libyuv/libyuv.gyp:libyuv',
3003 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 3003 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
3004 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 3004 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
3005 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 3005 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
3006 '../third_party/npapi/npapi.gyp:npapi', 3006 '../third_party/npapi/npapi.gyp:npapi',
3007 '../third_party/smhasher/smhasher.gyp:cityhash', 3007 '../third_party/smhasher/smhasher.gyp:cityhash',
3008 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3008 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3009 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3009 '../ui/gl/gl.gyp:gl', 3010 '../ui/gl/gl.gyp:gl',
3010 '../ui/surface/surface.gyp:surface', 3011 '../ui/surface/surface.gyp:surface',
3011 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 3012 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
3012 '../v8/tools/gyp/v8.gyp:v8', 3013 '../v8/tools/gyp/v8.gyp:v8',
3013 ], 3014 ],
3014 'sources': [ 3015 'sources': [
3015 '<@(chrome_browser_non_ios_sources)', 3016 '<@(chrome_browser_non_ios_sources)',
3016 '<@(chrome_browser_autocomplete_sources)', 3017 '<@(chrome_browser_autocomplete_sources)',
3017 '<@(chrome_browser_bookmark_sources)', 3018 '<@(chrome_browser_bookmark_sources)',
3018 '<@(chrome_browser_browser_process_sources)', 3019 '<@(chrome_browser_browser_process_sources)',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
3694 'variables': { 3695 'variables': {
3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3696 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3697 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3697 }, 3698 },
3698 'includes': [ '../build/protoc.gypi' ] 3699 'includes': [ '../build/protoc.gypi' ]
3699 }, 3700 },
3700 ], 3701 ],
3701 },], 3702 },],
3702 ], 3703 ],
3703 } 3704 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698