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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10860025: Remove promotion-type-specific JSON handling from NotificationPromo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 'browser/bookmarks/bookmark_node_data_unittest.cc', 2414 'browser/bookmarks/bookmark_node_data_unittest.cc',
2415 'browser/search_engines/template_url_scraper_unittest.cc', 2415 'browser/search_engines/template_url_scraper_unittest.cc',
2416 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2416 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2417 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2417 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2418 'browser/ui/views/first_run_search_engine_view_unittest.cc', 2418 'browser/ui/views/first_run_search_engine_view_unittest.cc',
2419 'test/data/resource.rc', 2419 'test/data/resource.rc',
2420 '../skia/ext/vector_canvas_unittest.cc', 2420 '../skia/ext/vector_canvas_unittest.cc',
2421 ], 2421 ],
2422 }], 2422 }],
2423 ['OS=="android"', { 2423 ['OS=="android"', {
2424 'sources': [
2425 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2426 ],
2424 'sources!': [ 2427 'sources!': [
2425 # Bookmark export/import are handled via the BookmarkColumns 2428 # Bookmark export/import are handled via the BookmarkColumns
2426 # ContentProvider. 2429 # ContentProvider.
2427 'browser/bookmarks/bookmark_html_writer_unittest.cc', 2430 'browser/bookmarks/bookmark_html_writer_unittest.cc',
2428 2431
2429 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2432 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2430 'browser/shell_integration_unittest.cc', 2433 'browser/shell_integration_unittest.cc',
2431 2434
2432 # No service process (which also requires multiprocess lock). 2435 # No service process (which also requires multiprocess lock).
2433 'common/multi_process_lock_unittest.cc', 2436 'common/multi_process_lock_unittest.cc',
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
4695 '--result', '<@(_outputs)', 4698 '--result', '<@(_outputs)',
4696 '--isolate', 'browser_tests.isolate', 4699 '--isolate', 'browser_tests.isolate',
4697 ], 4700 ],
4698 }, 4701 },
4699 ], 4702 ],
4700 }, 4703 },
4701 ], 4704 ],
4702 }], 4705 }],
4703 ], # 'conditions' 4706 ], # 'conditions'
4704 } 4707 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698