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

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: Rebase. 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 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'browser/bookmarks/bookmark_node_data_unittest.cc', 2419 'browser/bookmarks/bookmark_node_data_unittest.cc',
2420 'browser/search_engines/template_url_scraper_unittest.cc', 2420 'browser/search_engines/template_url_scraper_unittest.cc',
2421 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2421 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2422 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2422 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2423 'browser/ui/views/first_run_search_engine_view_unittest.cc', 2423 'browser/ui/views/first_run_search_engine_view_unittest.cc',
2424 'test/data/resource.rc', 2424 'test/data/resource.rc',
2425 '../skia/ext/vector_canvas_unittest.cc', 2425 '../skia/ext/vector_canvas_unittest.cc',
2426 ], 2426 ],
2427 }], 2427 }],
2428 ['OS=="android"', { 2428 ['OS=="android"', {
2429 'sources': [
2430 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2431 ],
2429 'sources!': [ 2432 'sources!': [
2430 # Bookmark export/import are handled via the BookmarkColumns 2433 # Bookmark export/import are handled via the BookmarkColumns
2431 # ContentProvider. 2434 # ContentProvider.
2432 'browser/bookmarks/bookmark_html_writer_unittest.cc', 2435 'browser/bookmarks/bookmark_html_writer_unittest.cc',
2433 2436
2434 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2437 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2435 'browser/shell_integration_unittest.cc', 2438 'browser/shell_integration_unittest.cc',
2436 2439
2437 # No service process (which also requires multiprocess lock). 2440 # No service process (which also requires multiprocess lock).
2438 'common/multi_process_lock_unittest.cc', 2441 'common/multi_process_lock_unittest.cc',
(...skipping 2263 matching lines...) Expand 10 before | Expand all | Expand 10 after
4702 '--result', '<@(_outputs)', 4705 '--result', '<@(_outputs)',
4703 '--isolate', 'browser_tests.isolate', 4706 '--isolate', 'browser_tests.isolate',
4704 ], 4707 ],
4705 }, 4708 },
4706 ], 4709 ],
4707 }, 4710 },
4708 ], 4711 ],
4709 }], 4712 }],
4710 ], # 'conditions' 4713 ], # 'conditions'
4711 } 4714 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698