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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6361002: Move SystemMonitor to src/chrome/common.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/common/hi_res_timer_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'common/gpu_messages.cc', 86 'common/gpu_messages.cc',
87 'common/gpu_messages.h', 87 'common/gpu_messages.h',
88 'common/gpu_messages_internal.h', 88 'common/gpu_messages_internal.h',
89 'common/gpu_param_traits.h', 89 'common/gpu_param_traits.h',
90 'common/gpu_video_common.cc', 90 'common/gpu_video_common.cc',
91 'common/gpu_video_common.h', 91 'common/gpu_video_common.h',
92 'common/guid.cc', 92 'common/guid.cc',
93 'common/guid.h', 93 'common/guid.h',
94 'common/guid_posix.cc', 94 'common/guid_posix.cc',
95 'common/guid_win.cc', 95 'common/guid_win.cc',
96 'common/hi_res_timer_manager_posix.cc',
97 'common/hi_res_timer_manager_win.cc',
98 'common/hi_res_timer_manager.h',
96 'common/indexed_db_key.cc', 99 'common/indexed_db_key.cc',
97 'common/indexed_db_key.h', 100 'common/indexed_db_key.h',
98 'common/indexed_db_messages.cc', 101 'common/indexed_db_messages.cc',
99 'common/indexed_db_messages.h', 102 'common/indexed_db_messages.h',
100 'common/indexed_db_param_traits.cc', 103 'common/indexed_db_param_traits.cc',
101 'common/indexed_db_param_traits.h', 104 'common/indexed_db_param_traits.h',
102 'common/logging_chrome.cc', 105 'common/logging_chrome.cc',
103 'common/logging_chrome.h', 106 'common/logging_chrome.h',
104 'common/main_function_params.h', 107 'common/main_function_params.h',
105 'common/message_router.cc', 108 'common/message_router.cc',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'configurations': { 612 'configurations': {
610 'Common_Base': { 613 'Common_Base': {
611 'msvs_target_platform': 'x64', 614 'msvs_target_platform': 'x64',
612 }, 615 },
613 }, 616 },
614 }, 617 },
615 ], 618 ],
616 }], 619 }],
617 ], 620 ],
618 } 621 }
OLDNEW
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/common/hi_res_timer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698