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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more win_shared fix Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../third_party/hunspell/hunspell.gyp:hunspell', 42 '../third_party/hunspell/hunspell.gyp:hunspell',
43 '../third_party/icu/icu.gyp:icui18n', 43 '../third_party/icu/icu.gyp:icui18n',
44 '../third_party/icu/icu.gyp:icuuc', 44 '../third_party/icu/icu.gyp:icuuc',
45 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 45 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
46 '../third_party/libjingle/libjingle.gyp:libjingle', 46 '../third_party/libjingle/libjingle.gyp:libjingle',
47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
48 '../third_party/libxml/libxml.gyp:libxml', 48 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/npapi/npapi.gyp:npapi', 49 '../third_party/npapi/npapi.gyp:npapi',
50 '../ui/base/strings/ui_strings.gyp:ui_strings', 50 '../ui/base/strings/ui_strings.gyp:ui_strings',
51 '../ui/gfx/surface/surface.gyp:surface', 51 '../ui/gfx/surface/surface.gyp:surface',
52 '../ui/ui.gyp:ui',
52 '../ui/ui.gyp:ui_resources', 53 '../ui/ui.gyp:ui_resources',
53 '../ui/ui.gyp:ui_resources_large', 54 '../ui/ui.gyp:ui_resources_large',
54 '../ui/ui.gyp:ui_resources_standard', 55 '../ui/ui.gyp:ui_resources_standard',
55 '../webkit/support/webkit_support.gyp:appcache', 56 '../webkit/support/webkit_support.gyp:appcache',
56 '../webkit/support/webkit_support.gyp:blob', 57 '../webkit/support/webkit_support.gyp:blob',
57 '../webkit/support/webkit_support.gyp:database', 58 '../webkit/support/webkit_support.gyp:database',
58 '../webkit/support/webkit_support.gyp:fileapi', 59 '../webkit/support/webkit_support.gyp:fileapi',
59 '../webkit/support/webkit_support.gyp:glue', 60 '../webkit/support/webkit_support.gyp:glue',
60 '../webkit/support/webkit_support.gyp:quota', 61 '../webkit/support/webkit_support.gyp:quota',
61 '../webkit/support/webkit_support.gyp:webkit_resources', 62 '../webkit/support/webkit_support.gyp:webkit_resources',
(...skipping 5179 matching lines...) Expand 10 before | Expand all | Expand 10 after
5241 'type': 'static_library', 5242 'type': 'static_library',
5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5243 'variables': { 5244 'variables': {
5244 'proto_in_dir': 'browser/history', 5245 'proto_in_dir': 'browser/history',
5245 'proto_out_dir': 'chrome/browser/history', 5246 'proto_out_dir': 'chrome/browser/history',
5246 }, 5247 },
5247 'includes': [ '../build/protoc.gypi' ] 5248 'includes': [ '../build/protoc.gypi' ]
5248 }, 5249 },
5249 ], 5250 ],
5250 } 5251 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.cc ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698