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

Side by Side Diff: chrome/chrome_common.gypi

Issue 5646003: Sanitize PrefStore interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fix up unit tests. 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'common/page_transition_types.h', 279 'common/page_transition_types.h',
280 'common/page_type.h', 280 'common/page_type.h',
281 'common/page_zoom.h', 281 'common/page_zoom.h',
282 'common/pepper_plugin_registry.cc', 282 'common/pepper_plugin_registry.cc',
283 'common/pepper_plugin_registry.h', 283 'common/pepper_plugin_registry.h',
284 'common/plugin_carbon_interpose_constants_mac.cc', 284 'common/plugin_carbon_interpose_constants_mac.cc',
285 'common/plugin_carbon_interpose_constants_mac.h', 285 'common/plugin_carbon_interpose_constants_mac.h',
286 'common/plugin_messages.cc', 286 'common/plugin_messages.cc',
287 'common/plugin_messages.h', 287 'common/plugin_messages.h',
288 'common/plugin_messages_internal.h', 288 'common/plugin_messages_internal.h',
289 'common/pref_store.cc', 289 'common/persistent_pref_store.h',
290 'common/pref_store.h', 290 'common/pref_store.h',
291 'common/pref_store_base.cc',
292 'common/pref_store_base.h',
293 'common/render_messages.cc', 291 'common/render_messages.cc',
294 'common/render_messages.h', 292 'common/render_messages.h',
295 'common/render_messages_internal.h', 293 'common/render_messages_internal.h',
296 'common/render_messages_params.cc', 294 'common/render_messages_params.cc',
297 'common/render_messages_params.h', 295 'common/render_messages_params.h',
298 'common/renderer_preferences.cc', 296 'common/renderer_preferences.cc',
299 'common/renderer_preferences.h', 297 'common/renderer_preferences.h',
300 'common/resource_dispatcher.cc', 298 'common/resource_dispatcher.cc',
301 'common/resource_dispatcher.h', 299 'common/resource_dispatcher.h',
302 'common/security_filter_peer.cc', 300 'common/security_filter_peer.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'configurations': { 580 'configurations': {
583 'Common_Base': { 581 'Common_Base': {
584 'msvs_target_platform': 'x64', 582 'msvs_target_platform': 'x64',
585 }, 583 },
586 }, 584 },
587 }, 585 },
588 ], 586 ],
589 }], 587 }],
590 ], 588 ],
591 } 589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698