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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7327007: Moving notification types which are chrome specific to a new header file chrome_notification_type... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
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 19 matching lines...) Expand all
30 'common/attrition_experiments.h', 30 'common/attrition_experiments.h',
31 'common/attributed_string_coder_mac.h', 31 'common/attributed_string_coder_mac.h',
32 'common/attributed_string_coder_mac.mm', 32 'common/attributed_string_coder_mac.mm',
33 'common/auto_start_linux.cc', 33 'common/auto_start_linux.cc',
34 'common/auto_start_linux.h', 34 'common/auto_start_linux.h',
35 'common/autofill_messages.h', 35 'common/autofill_messages.h',
36 'common/child_process_logging.h', 36 'common/child_process_logging.h',
37 'common/child_process_logging_linux.cc', 37 'common/child_process_logging_linux.cc',
38 'common/child_process_logging_mac.mm', 38 'common/child_process_logging_mac.mm',
39 'common/child_process_logging_win.cc', 39 'common/child_process_logging_win.cc',
40 'common/chrome_notification_types.h',
40 'common/chrome_version_info.cc', 41 'common/chrome_version_info.cc',
41 'common/chrome_version_info_linux.cc', 42 'common/chrome_version_info_linux.cc',
42 'common/chrome_version_info_mac.mm', 43 'common/chrome_version_info_mac.mm',
43 'common/chrome_version_info_win.cc', 44 'common/chrome_version_info_win.cc',
44 'common/chrome_version_info.h', 45 'common/chrome_version_info.h',
45 'common/content_settings.cc', 46 'common/content_settings.cc',
46 'common/content_settings.h', 47 'common/content_settings.h',
47 'common/content_settings_helper.cc', 48 'common/content_settings_helper.cc',
48 'common/content_settings_helper.h', 49 'common/content_settings_helper.h',
49 'common/content_settings_types.h', 50 'common/content_settings_types.h',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'configurations': { 572 'configurations': {
572 'Common_Base': { 573 'Common_Base': {
573 'msvs_target_platform': 'x64', 574 'msvs_target_platform': 'x64',
574 }, 575 },
575 }, 576 },
576 }, 577 },
577 ], 578 ],
578 }], 579 }],
579 ], 580 ],
580 } 581 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_unittest.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698