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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8865004: Create CoreTabHelper, move remaining core TCW functionality into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lots of helpers now Created 9 years 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 '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 2833 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 'ENABLE_SAFE_BROWSING', 2844 'ENABLE_SAFE_BROWSING',
2845 ], 2845 ],
2846 }, { # safe_browsing == 0 2846 }, { # safe_browsing == 0
2847 'sources/': [ 2847 'sources/': [
2848 ['exclude', '^browser/safe_browsing/'], 2848 ['exclude', '^browser/safe_browsing/'],
2849 ['exclude', '^renderer/safe_browsing/'], 2849 ['exclude', '^renderer/safe_browsing/'],
2850 ], 2850 ],
2851 }], 2851 }],
2852 ['internal_pdf', { 2852 ['internal_pdf', {
2853 'sources': [ 2853 'sources': [
2854 'browser/pdf_browsertest.cc', 2854 'browser/ui/pdf/pdf_browsertest.cc',
2855 ], 2855 ],
2856 }], 2856 }],
2857 ['OS!="linux" or toolkit_views==1', { 2857 ['OS!="linux" or toolkit_views==1', {
2858 'sources!': [ 2858 'sources!': [
2859 'browser/extensions/browser_action_test_util_gtk.cc', 2859 'browser/extensions/browser_action_test_util_gtk.cc',
2860 'browser/ui/gtk/view_id_util_browsertest.cc', 2860 'browser/ui/gtk/view_id_util_browsertest.cc',
2861 ], 2861 ],
2862 }], 2862 }],
2863 ['OS=="win"', { 2863 ['OS=="win"', {
2864 'sources': [ 2864 'sources': [
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
4315 # Use outputs of this action as inputs for the main target build. 4315 # Use outputs of this action as inputs for the main target build.
4316 # Seems as a misnomer but makes this happy on Linux (scons). 4316 # Seems as a misnomer but makes this happy on Linux (scons).
4317 'process_outputs_as_sources': 1, 4317 'process_outputs_as_sources': 1,
4318 }, 4318 },
4319 ], # 'actions' 4319 ], # 'actions'
4320 }, 4320 },
4321 ] 4321 ]
4322 }], # 'coverage!=0' 4322 }], # 'coverage!=0'
4323 ], # 'conditions' 4323 ], # 'conditions'
4324 } 4324 }
OLDNEW
« chrome/browser/ui/alternate_error_tab_observer.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698