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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23563002: Fix linking errors for browser_tests when autofill_dialog is disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 ], 1777 ],
1778 }, 1778 },
1779 ], 1779 ],
1780 'conditions': [ 1780 'conditions': [
1781 ['enable_one_click_signin==0', { 1781 ['enable_one_click_signin==0', {
1782 'sources!': [ 1782 'sources!': [
1783 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc', 1783 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc',
1784 'browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest. cc', 1784 'browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest. cc',
1785 ] 1785 ]
1786 }], 1786 }],
1787 ['enable_autofill_dialog==0', {
1788 'sources!': [
1789 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
1790 ]
1791 }],
1787 ['disable_nacl==0', { 1792 ['disable_nacl==0', {
1788 'sources':[ 1793 'sources':[
1789 'browser/extensions/extension_nacl_browsertest.cc', 1794 'browser/extensions/extension_nacl_browsertest.cc',
1790 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 1795 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
1791 ], 1796 ],
1792 'dependencies': [ 1797 'dependencies': [
1793 # Runtime dependency. 1798 # Runtime dependency.
1794 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome', 1799 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome',
1795 ], 1800 ],
1796 'conditions': [ 1801 'conditions': [
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3455 'utility', 3460 'utility',
3456 ], 3461 ],
3457 'sources': [ 3462 'sources': [
3458 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3463 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3459 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3464 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3460 ], 3465 ],
3461 }] 3466 }]
3462 }], 3467 }],
3463 ], # 'conditions' 3468 ], # 'conditions'
3464 } 3469 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698