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

Side by Side Diff: extensions/extensions.gyp

Issue 278593005: Extension content verification: new class for parsing data from store (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows compile in unit tests file Created 6 years, 7 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'browser/value_store/testing_value_store.cc', 400 'browser/value_store/testing_value_store.cc',
401 'browser/value_store/testing_value_store.h', 401 'browser/value_store/testing_value_store.h',
402 'browser/value_store/value_store.cc', 402 'browser/value_store/value_store.cc',
403 'browser/value_store/value_store.h', 403 'browser/value_store/value_store.h',
404 'browser/value_store/value_store_change.cc', 404 'browser/value_store/value_store_change.cc',
405 'browser/value_store/value_store_change.h', 405 'browser/value_store/value_store_change.h',
406 'browser/value_store/value_store_frontend.cc', 406 'browser/value_store/value_store_frontend.cc',
407 'browser/value_store/value_store_frontend.h', 407 'browser/value_store/value_store_frontend.h',
408 'browser/value_store/value_store_util.cc', 408 'browser/value_store/value_store_util.cc',
409 'browser/value_store/value_store_util.h', 409 'browser/value_store/value_store_util.h',
410 'browser/verified_contents.cc',
411 'browser/verified_contents.h',
410 'browser/view_type_utils.cc', 412 'browser/view_type_utils.cc',
411 'browser/view_type_utils.h', 413 'browser/view_type_utils.h',
412 ], 414 ],
413 'conditions': [ 415 'conditions': [
414 ['enable_extensions==0', { 416 ['enable_extensions==0', {
415 # Exclude all API implementations and the ExtensionsApiClient 417 # Exclude all API implementations and the ExtensionsApiClient
416 # interface. Moving an API from src/chrome to src/extensions implies 418 # interface. Moving an API from src/chrome to src/extensions implies
417 # it can be cleanly disabled with enable_extensions==0. 419 # it can be cleanly disabled with enable_extensions==0.
418 # TODO: Eventually the entire extensions module should not be built 420 # TODO: Eventually the entire extensions module should not be built
419 # when enable_extensions==0. 421 # when enable_extensions==0.
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'test/test_extensions_client.cc', 623 'test/test_extensions_client.cc',
622 'test/test_extensions_client.h', 624 'test/test_extensions_client.h',
623 'test/test_permission_message_provider.cc', 625 'test/test_permission_message_provider.cc',
624 'test/test_permission_message_provider.h', 626 'test/test_permission_message_provider.h',
625 'test/test_permissions_provider.cc', 627 'test/test_permissions_provider.cc',
626 'test/test_permissions_provider.h', 628 'test/test_permissions_provider.h',
627 ], 629 ],
628 }, 630 },
629 ] 631 ]
630 } 632 }
OLDNEW
« no previous file with comments | « extensions/browser/verified_contents_unittest.cc ('k') | extensions/test/data/content_verifier/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698