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

Side by Side Diff: extensions/extensions.gyp

Issue 384983003: Enabling AdInjectionBrowserTest after Activity Log refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 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
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 15 matching lines...) Expand all
26 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 26 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
27 '../url/url.gyp:url_lib', 27 '../url/url.gyp:url_lib',
28 'common/api/api.gyp:extensions_api', 28 'common/api/api.gyp:extensions_api',
29 'extensions_strings.gyp:extensions_strings', 29 'extensions_strings.gyp:extensions_strings',
30 ], 30 ],
31 'include_dirs': [ 31 'include_dirs': [
32 '..', 32 '..',
33 '<(INTERMEDIATE_DIR)', 33 '<(INTERMEDIATE_DIR)',
34 ], 34 ],
35 'sources': [ 35 'sources': [
36 'common/ad_injection_constants.cc',
37 'common/ad_injection_constants.h',
38 'common/api/messaging/message.h', 36 'common/api/messaging/message.h',
39 'common/api/sockets/sockets_manifest_data.cc', 37 'common/api/sockets/sockets_manifest_data.cc',
40 'common/api/sockets/sockets_manifest_data.h', 38 'common/api/sockets/sockets_manifest_data.h',
41 'common/api/sockets/sockets_manifest_handler.cc', 39 'common/api/sockets/sockets_manifest_handler.cc',
42 'common/api/sockets/sockets_manifest_handler.h', 40 'common/api/sockets/sockets_manifest_handler.h',
43 'common/api/sockets/sockets_manifest_permission.cc', 41 'common/api/sockets/sockets_manifest_permission.cc',
44 'common/api/sockets/sockets_manifest_permission.h', 42 'common/api/sockets/sockets_manifest_permission.h',
45 'common/common_manifest_handlers.cc', 43 'common/common_manifest_handlers.cc',
46 'common/common_manifest_handlers.h', 44 'common/common_manifest_handlers.h',
47 'common/constants.cc', 45 'common/constants.cc',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'test/test_extensions_client.cc', 700 'test/test_extensions_client.cc',
703 'test/test_extensions_client.h', 701 'test/test_extensions_client.h',
704 'test/test_permission_message_provider.cc', 702 'test/test_permission_message_provider.cc',
705 'test/test_permission_message_provider.h', 703 'test/test_permission_message_provider.h',
706 'test/test_permissions_provider.cc', 704 'test/test_permissions_provider.cc',
707 'test/test_permissions_provider.h', 705 'test/test_permissions_provider.h',
708 ], 706 ],
709 }, 707 },
710 ] 708 ]
711 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698