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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6250070: Added command line switches and UI (controlled via a build option) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review concerns Created 9 years, 10 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/ui/toolbar/wrench_menu_model.cc ('k') | chrome/common/chrome_switches.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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'common/pepper_file_messages.cc', 138 'common/pepper_file_messages.cc',
139 'common/pepper_file_messages.h', 139 'common/pepper_file_messages.h',
140 'common/pepper_messages.cc', 140 'common/pepper_messages.cc',
141 'common/pepper_messages.h', 141 'common/pepper_messages.h',
142 'common/process_watcher.h', 142 'common/process_watcher.h',
143 'common/process_watcher_mac.cc', 143 'common/process_watcher_mac.cc',
144 'common/process_watcher_posix.cc', 144 'common/process_watcher_posix.cc',
145 'common/process_watcher_win.cc', 145 'common/process_watcher_win.cc',
146 'common/property_bag.cc', 146 'common/property_bag.cc',
147 'common/property_bag.h', 147 'common/property_bag.h',
148 'common/profiling.cc',
149 'common/profiling.h',
148 'common/ref_counted_util.h', 150 'common/ref_counted_util.h',
149 'common/resource_response.cc', 151 'common/resource_response.cc',
150 'common/resource_response.h', 152 'common/resource_response.h',
151 'common/result_codes.h', 153 'common/result_codes.h',
152 'common/sandbox_init_wrapper.h', 154 'common/sandbox_init_wrapper.h',
153 'common/sandbox_init_wrapper_linux.cc', 155 'common/sandbox_init_wrapper_linux.cc',
154 'common/sandbox_init_wrapper_mac.cc', 156 'common/sandbox_init_wrapper_mac.cc',
155 'common/sandbox_init_wrapper_win.cc', 157 'common/sandbox_init_wrapper_win.cc',
156 'common/sandbox_mac.h', 158 'common/sandbox_mac.h',
157 'common/sandbox_mac.mm', 159 'common/sandbox_mac.mm',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'configurations': { 630 'configurations': {
629 'Common_Base': { 631 'Common_Base': {
630 'msvs_target_platform': 'x64', 632 'msvs_target_platform': 'x64',
631 }, 633 },
632 }, 634 },
633 }, 635 },
634 ], 636 ],
635 }], 637 }],
636 ], 638 ],
637 } 639 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698