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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10123016: Use bundled Pepper Flash on Windows (Canary, still on a field trial). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'common/multi_process_lock_mac.cc', 211 'common/multi_process_lock_mac.cc',
212 'common/multi_process_lock_win.cc', 212 'common/multi_process_lock_win.cc',
213 'common/nacl_cmd_line.cc', 213 'common/nacl_cmd_line.cc',
214 'common/nacl_cmd_line.h', 214 'common/nacl_cmd_line.h',
215 'common/nacl_messages.cc', 215 'common/nacl_messages.cc',
216 'common/nacl_messages.h', 216 'common/nacl_messages.h',
217 'common/nacl_types.cc', 217 'common/nacl_types.cc',
218 'common/nacl_types.h', 218 'common/nacl_types.h',
219 'common/libxml_utils.cc', 219 'common/libxml_utils.cc',
220 'common/libxml_utils.h', 220 'common/libxml_utils.h',
221 'common/pepper_flash.cc',
222 'common/pepper_flash.h',
221 'common/persistent_pref_store.h', 223 'common/persistent_pref_store.h',
222 'common/pref_store.cc', 224 'common/pref_store.cc',
223 'common/pref_store.h', 225 'common/pref_store.h',
224 'common/print_messages.cc', 226 'common/print_messages.cc',
225 'common/print_messages.h', 227 'common/print_messages.h',
226 'common/profiling.cc', 228 'common/profiling.cc',
227 'common/profiling.h', 229 'common/profiling.h',
228 'common/ref_counted_util.h', 230 'common/ref_counted_util.h',
229 'common/render_messages.cc', 231 'common/render_messages.cc',
230 'common/render_messages.h', 232 'common/render_messages.h',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'common/metrics/proto/user_action_event.proto', 507 'common/metrics/proto/user_action_event.proto',
506 ], 508 ],
507 'variables': { 509 'variables': {
508 'proto_in_dir': 'common/metrics/proto', 510 'proto_in_dir': 'common/metrics/proto',
509 'proto_out_dir': 'chrome/common/metrics/proto', 511 'proto_out_dir': 'chrome/common/metrics/proto',
510 }, 512 },
511 'includes': [ '../build/protoc.gypi' ], 513 'includes': [ '../build/protoc.gypi' ],
512 }, 514 },
513 ], 515 ],
514 } 516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698