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

Side by Side Diff: content/content_common.gypi

Issue 11316316: Implement an IsAllowed function in the pepper PPB_Broker_Trusted API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'common/npobject_stub.cc', 312 'common/npobject_stub.cc',
313 'common/npobject_stub.h', 313 'common/npobject_stub.h',
314 'common/npobject_util.cc', 314 'common/npobject_util.cc',
315 'common/npobject_util.h', 315 'common/npobject_util.h',
316 'common/p2p_messages.h', 316 'common/p2p_messages.h',
317 'common/p2p_sockets.h', 317 'common/p2p_sockets.h',
318 'common/page_zoom.cc', 318 'common/page_zoom.cc',
319 'common/pepper_messages.h', 319 'common/pepper_messages.h',
320 'common/pepper_plugin_registry.cc', 320 'common/pepper_plugin_registry.cc',
321 'common/pepper_plugin_registry.h', 321 'common/pepper_plugin_registry.h',
322 'common/pepper_renderer_instance_data.cc',
323 'common/pepper_renderer_instance_data.h',
322 'common/plugin_carbon_interpose_constants_mac.cc', 324 'common/plugin_carbon_interpose_constants_mac.cc',
323 'common/plugin_carbon_interpose_constants_mac.h', 325 'common/plugin_carbon_interpose_constants_mac.h',
324 'common/plugin_messages.h', 326 'common/plugin_messages.h',
325 'common/process_type.cc', 327 'common/process_type.cc',
326 'common/quota_messages.h', 328 'common/quota_messages.h',
327 'common/quota_dispatcher.cc', 329 'common/quota_dispatcher.cc',
328 'common/quota_dispatcher.h', 330 'common/quota_dispatcher.h',
329 'common/request_extra_data.cc', 331 'common/request_extra_data.cc',
330 'common/request_extra_data.h', 332 'common/request_extra_data.h',
331 'common/resource_dispatcher.cc', 333 'common/resource_dispatcher.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '../build/extract_from_cab.py', 563 '../build/extract_from_cab.py',
562 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
563 '<(output)', 565 '<(output)',
564 '<(PRODUCT_DIR)', 566 '<(PRODUCT_DIR)',
565 ], 567 ],
566 }, 568 },
567 ] 569 ]
568 }], 570 }],
569 ], 571 ],
570 } 572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698