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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8735019: Add App Notification Sync Integration Test (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 3432 matching lines...) Expand 10 before | Expand all | Expand 10 after
3443 'sources': [ 3443 'sources': [
3444 'app/chrome_command_ids.h', 3444 'app/chrome_command_ids.h',
3445 'app/chrome_dll.rc', 3445 'app/chrome_dll.rc',
3446 'app/chrome_dll_resource.h', 3446 'app/chrome_dll_resource.h',
3447 'app/chrome_version.rc.version', 3447 'app/chrome_version.rc.version',
3448 'browser/password_manager/password_form_data.cc', 3448 'browser/password_manager/password_form_data.cc',
3449 'browser/sessions/session_backend.cc', 3449 'browser/sessions/session_backend.cc',
3450 'browser/sync/glue/session_model_associator.cc', 3450 'browser/sync/glue/session_model_associator.cc',
3451 'test/base/chrome_test_launcher.cc', 3451 'test/base/chrome_test_launcher.cc',
3452 'test/data/resource.rc', 3452 'test/data/resource.rc',
3453 'browser/sync/test/integration/app_notification_helper.cc',
3454 'browser/sync/test/integration/app_notification_helper.h',
3453 'browser/sync/test/integration/apps_helper.cc', 3455 'browser/sync/test/integration/apps_helper.cc',
3454 'browser/sync/test/integration/apps_helper.h', 3456 'browser/sync/test/integration/apps_helper.h',
3455 'browser/sync/test/integration/autofill_helper.cc', 3457 'browser/sync/test/integration/autofill_helper.cc',
3456 'browser/sync/test/integration/autofill_helper.h', 3458 'browser/sync/test/integration/autofill_helper.h',
3457 'browser/sync/test/integration/bookmarks_helper.cc', 3459 'browser/sync/test/integration/bookmarks_helper.cc',
3458 'browser/sync/test/integration/bookmarks_helper.h', 3460 'browser/sync/test/integration/bookmarks_helper.h',
3459 'browser/sync/test/integration/enable_disable_test.cc', 3461 'browser/sync/test/integration/enable_disable_test.cc',
3460 'browser/sync/test/integration/extensions_helper.cc', 3462 'browser/sync/test/integration/extensions_helper.cc',
3461 'browser/sync/test/integration/extensions_helper.h', 3463 'browser/sync/test/integration/extensions_helper.h',
3462 'browser/sync/test/integration/migration_errors_test.cc', 3464 'browser/sync/test/integration/migration_errors_test.cc',
3463 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', 3465 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
3464 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', 3466 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
3465 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' , 3467 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' ,
3466 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', 3468 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
3467 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', 3469 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc',
3468 'browser/sync/test/integration/passwords_helper.cc', 3470 'browser/sync/test/integration/passwords_helper.cc',
3469 'browser/sync/test/integration/passwords_helper.h', 3471 'browser/sync/test/integration/passwords_helper.h',
3470 'browser/sync/test/integration/preferences_helper.cc', 3472 'browser/sync/test/integration/preferences_helper.cc',
3471 'browser/sync/test/integration/preferences_helper.h', 3473 'browser/sync/test/integration/preferences_helper.h',
3472 'browser/sync/test/integration/search_engines_helper.cc', 3474 'browser/sync/test/integration/search_engines_helper.cc',
3473 'browser/sync/test/integration/search_engines_helper.h', 3475 'browser/sync/test/integration/search_engines_helper.h',
3474 'browser/sync/test/integration/sessions_helper.cc', 3476 'browser/sync/test/integration/sessions_helper.cc',
3475 'browser/sync/test/integration/sessions_helper.h', 3477 'browser/sync/test/integration/sessions_helper.h',
3478 'browser/sync/test/integration/single_client_app_notification_sync_test. cc',
3476 'browser/sync/test/integration/single_client_apps_sync_test.cc', 3479 'browser/sync/test/integration/single_client_apps_sync_test.cc',
3477 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 3480 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
3478 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 3481 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
3479 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 3482 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
3480 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 3483 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
3481 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ', 3484 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ',
3482 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 3485 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
3483 'browser/sync/test/integration/single_client_themes_sync_test.cc', 3486 'browser/sync/test/integration/single_client_themes_sync_test.cc',
3484 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 3487 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
3485 'browser/sync/test/integration/sync_datatype_helper.cc', 3488 'browser/sync/test/integration/sync_datatype_helper.cc',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
4316 # Use outputs of this action as inputs for the main target build. 4319 # Use outputs of this action as inputs for the main target build.
4317 # Seems as a misnomer but makes this happy on Linux (scons). 4320 # Seems as a misnomer but makes this happy on Linux (scons).
4318 'process_outputs_as_sources': 1, 4321 'process_outputs_as_sources': 1,
4319 }, 4322 },
4320 ], # 'actions' 4323 ], # 'actions'
4321 }, 4324 },
4322 ] 4325 ]
4323 }], # 'coverage!=0' 4326 }], # 'coverage!=0'
4324 ], # 'conditions' 4327 ], # 'conditions'
4325 } 4328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698