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

Side by Side Diff: chrome/chrome_common.gypi

Issue 5441002: Clean up pref change notification handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix extension prefs breakage 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/pref_store.cc',
290 'common/pref_store.h', 290 'common/pref_store.h',
291 'common/pref_store_base.cc',
292 'common/pref_store_base.h',
291 'common/render_messages.cc', 293 'common/render_messages.cc',
292 'common/render_messages.h', 294 'common/render_messages.h',
293 'common/render_messages_internal.h', 295 'common/render_messages_internal.h',
294 'common/render_messages_params.cc', 296 'common/render_messages_params.cc',
295 'common/render_messages_params.h', 297 'common/render_messages_params.h',
296 'common/renderer_preferences.cc', 298 'common/renderer_preferences.cc',
297 'common/renderer_preferences.h', 299 'common/renderer_preferences.h',
298 'common/resource_dispatcher.cc', 300 'common/resource_dispatcher.cc',
299 'common/resource_dispatcher.h', 301 'common/resource_dispatcher.h',
300 'common/security_filter_peer.cc', 302 'common/security_filter_peer.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'configurations': { 582 'configurations': {
581 'Common_Base': { 583 'Common_Base': {
582 'msvs_target_platform': 'x64', 584 'msvs_target_platform': 'x64',
583 }, 585 },
584 }, 586 },
585 }, 587 },
586 ], 588 ],
587 }], 589 }],
588 ], 590 ],
589 } 591 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698