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

Side by Side Diff: components/autofill.gypi

Issue 21323003: The UI part of search-by-image search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 15 matching lines...) Expand all
26 'conditions': [ 26 'conditions': [
27 ['OS != "ios"', { 27 ['OS != "ios"', {
28 'targets': [ 28 'targets': [
29 { 29 {
30 'target_name': 'autofill_core_common', 30 'target_name': 'autofill_core_common',
31 'type': 'static_library', 31 'type': 'static_library',
32 'dependencies': [ 32 'dependencies': [
33 '../base/base.gyp:base', 33 '../base/base.gyp:base',
34 '../content/content.gyp:content_common', 34 '../content/content.gyp:content_common',
35 '../ipc/ipc.gyp:ipc', 35 '../ipc/ipc.gyp:ipc',
36 '../skia/skia.gyp:skia',
Avi (use Gerrit) 2013/07/31 20:24:48 Why is an autofill file in this CL? What does it h
Johnny(Jianning) Ding 2013/07/31 21:38:09 it is caused by https://codereview.chromium.org/19
Avi (use Gerrit) 2013/08/01 05:33:03 Yikes. This is a weird dependency. Can you add a c
Johnny(Jianning) Ding 2013/08/01 21:46:32 The fix was landed, will revert the change in this
36 '../third_party/WebKit/public/blink.gyp:blink_minimal', 37 '../third_party/WebKit/public/blink.gyp:blink_minimal',
37 '../ui/ui.gyp:ui', 38 '../ui/ui.gyp:ui',
38 '../url/url.gyp:url_lib', 39 '../url/url.gyp:url_lib',
39 ], 40 ],
40 'conditions': [ 41 'conditions': [
41 ['OS == "android"', { 42 ['OS == "android"', {
42 'dependencies': [ 43 'dependencies': [
43 'autofill_jni_headers', 44 'autofill_jni_headers',
44 ], 45 ],
45 }], 46 }],
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 ], 400 ],
400 'variables': { 401 'variables': {
401 'jni_gen_package': 'autofill', 402 'jni_gen_package': 'autofill',
402 }, 403 },
403 'includes': [ '../build/jni_generator.gypi' ], 404 'includes': [ '../build/jni_generator.gypi' ],
404 }, 405 },
405 ], 406 ],
406 }], 407 }],
407 ], 408 ],
408 } 409 }
OLDNEW
« chrome/browser/tab_contents/render_view_context_menu.cc ('K') | « chrome/browser/ui/gtk/menu_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698