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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6695032: Convert dom_storage, pepper, pepper_file, and automation messages to new form... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « no previous file | chrome/common/automation_messages.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'common/common_param_traits.cc', 45 'common/common_param_traits.cc',
46 'common/common_param_traits.h', 46 'common/common_param_traits.h',
47 'common/content_restriction.h', 47 'common/content_restriction.h',
48 'common/content_settings.cc', 48 'common/content_settings.cc',
49 'common/content_settings.h', 49 'common/content_settings.h',
50 'common/content_settings_helper.cc', 50 'common/content_settings_helper.cc',
51 'common/content_settings_helper.h', 51 'common/content_settings_helper.h',
52 'common/content_settings_types.h', 52 'common/content_settings_types.h',
53 'common/devtools_messages.cc', 53 'common/devtools_messages.cc',
54 'common/devtools_messages.h', 54 'common/devtools_messages.h',
55 'common/dom_storage_messages.cc',
56 'common/dom_storage_messages.h', 55 'common/dom_storage_messages.h',
57 'common/font_config_ipc_linux.cc', 56 'common/font_config_ipc_linux.cc',
58 'common/font_config_ipc_linux.h', 57 'common/font_config_ipc_linux.h',
59 'common/geoposition.cc', 58 'common/geoposition.cc',
60 'common/geoposition.h', 59 'common/geoposition.h',
61 'common/gfx_resource_provider.cc', 60 'common/gfx_resource_provider.cc',
62 'common/gfx_resource_provider.h', 61 'common/gfx_resource_provider.h',
63 'common/gpu_feature_flags.cc', 62 'common/gpu_feature_flags.cc',
64 'common/gpu_feature_flags.h', 63 'common/gpu_feature_flags.h',
65 'common/guid.cc', 64 'common/guid.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'configurations': { 537 'configurations': {
539 'Common_Base': { 538 'Common_Base': {
540 'msvs_target_platform': 'x64', 539 'msvs_target_platform': 'x64',
541 }, 540 },
542 }, 541 },
543 }, 542 },
544 ], 543 ],
545 }], 544 }],
546 ], 545 ],
547 } 546 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/automation_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698