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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3307024: Remove one-time flags when restarting after update.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/browser_shutdown.cc ('k') | chrome/chrome_tests.gypi » ('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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'common/sandbox_init_wrapper.h', 107 'common/sandbox_init_wrapper.h',
108 'common/sandbox_init_wrapper_linux.cc', 108 'common/sandbox_init_wrapper_linux.cc',
109 'common/sandbox_init_wrapper_mac.cc', 109 'common/sandbox_init_wrapper_mac.cc',
110 'common/sandbox_init_wrapper_win.cc', 110 'common/sandbox_init_wrapper_win.cc',
111 'common/sandbox_mac.h', 111 'common/sandbox_mac.h',
112 'common/sandbox_mac.mm', 112 'common/sandbox_mac.mm',
113 'common/sandbox_policy.cc', 113 'common/sandbox_policy.cc',
114 'common/sandbox_policy.h', 114 'common/sandbox_policy.h',
115 'common/serialized_script_value.cc', 115 'common/serialized_script_value.cc',
116 'common/serialized_script_value.h', 116 'common/serialized_script_value.h',
117 'common/switch_utils.cc',
118 'common/switch_utils.h',
117 'common/time_format.cc', 119 'common/time_format.cc',
118 'common/time_format.h', 120 'common/time_format.h',
119 'common/chrome_version_info.h', 121 'common/chrome_version_info.h',
120 'common/chrome_version_info.cc', 122 'common/chrome_version_info.cc',
121 'common/webblobregistry_impl.cc', 123 'common/webblobregistry_impl.cc',
122 'common/webblobregistry_impl.h', 124 'common/webblobregistry_impl.h',
123 'common/win_safe_util.cc', 125 'common/win_safe_util.cc',
124 'common/win_safe_util.h', 126 'common/win_safe_util.h',
125 ], 127 ],
126 }], 128 }],
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'configurations': { 509 'configurations': {
508 'Common_Base': { 510 'Common_Base': {
509 'msvs_target_platform': 'x64', 511 'msvs_target_platform': 'x64',
510 }, 512 },
511 }, 513 },
512 }, 514 },
513 ], 515 ],
514 }], 516 }],
515 ], 517 ],
516 } 518 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698