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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2955005: Factor out PluginGroup into a separate class in common/. (Closed)
Patch Set: baseline updates Created 10 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
« no previous file with comments | « chrome/browser/plugin_updater.cc ('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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'common/nacl_types.h', 68 'common/nacl_types.h',
69 'common/nacl_messages_internal.h', 69 'common/nacl_messages_internal.h',
70 'common/notification_details.h', 70 'common/notification_details.h',
71 'common/notification_observer.h', 71 'common/notification_observer.h',
72 'common/notification_registrar.cc', 72 'common/notification_registrar.cc',
73 'common/notification_registrar.h', 73 'common/notification_registrar.h',
74 'common/notification_service.cc', 74 'common/notification_service.cc',
75 'common/notification_service.h', 75 'common/notification_service.h',
76 'common/notification_source.h', 76 'common/notification_source.h',
77 'common/notification_type.h', 77 'common/notification_type.h',
78 'common/plugin_group.cc',
79 'common/plugin_group.h',
78 'common/process_watcher_mac.cc', 80 'common/process_watcher_mac.cc',
79 'common/process_watcher_posix.cc', 81 'common/process_watcher_posix.cc',
80 'common/process_watcher_win.cc', 82 'common/process_watcher_win.cc',
81 'common/process_watcher.h', 83 'common/process_watcher.h',
82 'common/property_bag.cc', 84 'common/property_bag.cc',
83 'common/property_bag.h', 85 'common/property_bag.h',
84 'common/ref_counted_util.h', 86 'common/ref_counted_util.h',
85 'common/resource_response.h', 87 'common/resource_response.h',
86 'common/result_codes.h', 88 'common/result_codes.h',
87 'common/sandbox_init_wrapper.h', 89 'common/sandbox_init_wrapper.h',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'configurations': { 415 'configurations': {
414 'Common_Base': { 416 'Common_Base': {
415 'msvs_target_platform': 'x64', 417 'msvs_target_platform': 'x64',
416 }, 418 },
417 }, 419 },
418 }, 420 },
419 ], 421 ],
420 }], 422 }],
421 ], 423 ],
422 } 424 }
OLDNEW
« no previous file with comments | « chrome/browser/plugin_updater.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698