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

Side by Side Diff: chrome/chrome_common.gypi

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 years 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) 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'common/page_type.h', 292 'common/page_type.h',
293 'common/page_zoom.h', 293 'common/page_zoom.h',
294 'common/pepper_plugin_registry.cc', 294 'common/pepper_plugin_registry.cc',
295 'common/pepper_plugin_registry.h', 295 'common/pepper_plugin_registry.h',
296 'common/plugin_carbon_interpose_constants_mac.cc', 296 'common/plugin_carbon_interpose_constants_mac.cc',
297 'common/plugin_carbon_interpose_constants_mac.h', 297 'common/plugin_carbon_interpose_constants_mac.h',
298 'common/plugin_messages.cc', 298 'common/plugin_messages.cc',
299 'common/plugin_messages.h', 299 'common/plugin_messages.h',
300 'common/plugin_messages_internal.h', 300 'common/plugin_messages_internal.h',
301 'common/persistent_pref_store.h', 301 'common/persistent_pref_store.h',
302 'common/pref_store.cc',
302 'common/pref_store.h', 303 'common/pref_store.h',
303 'common/render_messages.cc', 304 'common/render_messages.cc',
304 'common/render_messages.h', 305 'common/render_messages.h',
305 'common/render_messages_internal.h', 306 'common/render_messages_internal.h',
306 'common/render_messages_params.cc', 307 'common/render_messages_params.cc',
307 'common/render_messages_params.h', 308 'common/render_messages_params.h',
308 'common/renderer_preferences.cc', 309 'common/renderer_preferences.cc',
309 'common/renderer_preferences.h', 310 'common/renderer_preferences.h',
310 'common/resource_dispatcher.cc', 311 'common/resource_dispatcher.cc',
311 'common/resource_dispatcher.h', 312 'common/resource_dispatcher.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'configurations': { 593 'configurations': {
593 'Common_Base': { 594 'Common_Base': {
594 'msvs_target_platform': 'x64', 595 'msvs_target_platform': 'x64',
595 }, 596 },
596 }, 597 },
597 }, 598 },
598 ], 599 ],
599 }], 600 }],
600 ], 601 ],
601 } 602 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698