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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9702014: [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Write JSON unit test and update profiler.js Created 8 years, 9 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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 'browser/tab_contents/render_view_context_menu_unittest.cc', 1764 'browser/tab_contents/render_view_context_menu_unittest.cc',
1765 'browser/tab_contents/thumbnail_generator_unittest.cc', 1765 'browser/tab_contents/thumbnail_generator_unittest.cc',
1766 'browser/tabs/pinned_tab_codec_unittest.cc', 1766 'browser/tabs/pinned_tab_codec_unittest.cc',
1767 'browser/tabs/pinned_tab_service_unittest.cc', 1767 'browser/tabs/pinned_tab_service_unittest.cc',
1768 'browser/tabs/pinned_tab_test_utils.cc', 1768 'browser/tabs/pinned_tab_test_utils.cc',
1769 'browser/tabs/tab_strip_model_unittest.cc', 1769 'browser/tabs/tab_strip_model_unittest.cc',
1770 'browser/tabs/tab_strip_selection_model_unittest.cc', 1770 'browser/tabs/tab_strip_selection_model_unittest.cc',
1771 'browser/tabs/test_tab_strip_model_delegate.cc', 1771 'browser/tabs/test_tab_strip_model_delegate.cc',
1772 'browser/tabs/test_tab_strip_model_delegate.h', 1772 'browser/tabs/test_tab_strip_model_delegate.h',
1773 'browser/task_manager/task_manager_unittest.cc', 1773 'browser/task_manager/task_manager_unittest.cc',
1774 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1774 'browser/themes/browser_theme_pack_unittest.cc', 1775 'browser/themes/browser_theme_pack_unittest.cc',
1775 'browser/themes/theme_service_unittest.cc', 1776 'browser/themes/theme_service_unittest.cc',
1776 'browser/ui/browser_list_unittest.cc', 1777 'browser/ui/browser_list_unittest.cc',
1777 'browser/ui/browser_unittest.cc', 1778 'browser/ui/browser_unittest.cc',
1778 # It is safe to list */cocoa/* files in the "common" file list 1779 # It is safe to list */cocoa/* files in the "common" file list
1779 # without an explicit exclusion since gyp is smart enough to 1780 # without an explicit exclusion since gyp is smart enough to
1780 # exclude them from non-Mac builds. 1781 # exclude them from non-Mac builds.
1781 'browser/ui/cocoa/about_ipc_controller_unittest.mm', 1782 'browser/ui/cocoa/about_ipc_controller_unittest.mm',
1782 'browser/ui/cocoa/about_window_controller_unittest.mm', 1783 'browser/ui/cocoa/about_window_controller_unittest.mm',
1783 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', 1784 'browser/ui/cocoa/accelerators_cocoa_unittest.mm',
(...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
4589 # Use outputs of this action as inputs for the main target build. 4590 # Use outputs of this action as inputs for the main target build.
4590 # Seems as a misnomer but makes this happy on Linux (scons). 4591 # Seems as a misnomer but makes this happy on Linux (scons).
4591 'process_outputs_as_sources': 1, 4592 'process_outputs_as_sources': 1,
4592 }, 4593 },
4593 ], # 'actions' 4594 ], # 'actions'
4594 }, 4595 },
4595 ] 4596 ]
4596 }], # 'coverage!=0' 4597 }], # 'coverage!=0'
4597 ], # 'conditions' 4598 ], # 'conditions'
4598 } 4599 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698