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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10989027: Split TabRestoreService into InMemoryTRS and PersistentTRS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some comments Created 8 years, 2 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
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 2565 matching lines...) Expand 10 before | Expand all | Expand 10 after
2576 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', 2576 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc',
2577 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 2577 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
2578 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 2578 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
2579 'browser/ui/window_sizer/window_sizer_unittest.cc', 2579 'browser/ui/window_sizer/window_sizer_unittest.cc',
2580 'test/base/browser_with_test_window_test.cc', 2580 'test/base/browser_with_test_window_test.cc',
2581 'test/base/browser_with_test_window_test.h', 2581 'test/base/browser_with_test_window_test.h',
2582 'test/base/test_browser_window.h', 2582 'test/base/test_browser_window.h',
2583 2583
2584 # TODO(jcivelli): figure-out how to make this compile. 2584 # TODO(jcivelli): figure-out how to make this compile.
2585 'browser/metrics/variations_service_unittest.cc', 2585 'browser/metrics/variations_service_unittest.cc',
2586
2587 'browser/sessions/session_backend_unittest.cc',
2586 ], 2588 ],
2587 'sources/': [ 2589 'sources/': [
2588 ['exclude', '^browser/captive_portal/'], 2590 ['exclude', '^browser/captive_portal/'],
2589 ['exclude', '^browser/chrome_to_mobile'], 2591 ['exclude', '^browser/chrome_to_mobile'],
2590 ['exclude', '^browser/first_run/'], 2592 ['exclude', '^browser/first_run/'],
2591 ['exclude', '^browser/importer/'], 2593 ['exclude', '^browser/importer/'],
2592 ['exclude', '^browser/lifetime/'], 2594 ['exclude', '^browser/lifetime/'],
2593 ['exclude', '^browser/speech/'], 2595 ['exclude', '^browser/speech/'],
2594 ['exclude', '^browser/sync/glue/app_'], 2596 ['exclude', '^browser/sync/glue/app_'],
2595 ['exclude', '^browser/sync/glue/extension_'], 2597 ['exclude', '^browser/sync/glue/extension_'],
(...skipping 2349 matching lines...) Expand 10 before | Expand all | Expand 10 after
4945 '--result', '<@(_outputs)', 4947 '--result', '<@(_outputs)',
4946 '--isolate', 'sync_integration_tests.isolate', 4948 '--isolate', 'sync_integration_tests.isolate',
4947 ], 4949 ],
4948 }, 4950 },
4949 ], 4951 ],
4950 }, 4952 },
4951 ], 4953 ],
4952 }], 4954 }],
4953 ], # 'conditions' 4955 ], # 'conditions'
4954 } 4956 }
OLDNEW
« chrome/browser/sessions/tab_restore_service_helper.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698