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

Side by Side Diff: content/content_tests.gypi

Issue 1539983004: Convert enable_mpeg2ts into a new-style buildflag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 | « content/browser/media/media_source_browsertest.cc ('k') | content/test/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 'resource_include_dirs': [ 1502 'resource_include_dirs': [
1503 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1503 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1504 ], 1504 ],
1505 'sources': [ 1505 'sources': [
1506 '<@(content_browsertests_win_sources)', 1506 '<@(content_browsertests_win_sources)',
1507 'shell/app/resource.h', 1507 'shell/app/resource.h',
1508 'shell/app/shell.rc', 1508 'shell/app/shell.rc',
1509 ], 1509 ],
1510 'dependencies': [ 1510 'dependencies': [
1511 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s', 1511 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s',
1512 '<(DEPTH)/media/media.gyp:media_features',
1512 '<(DEPTH)/net/net.gyp:net_resources', 1513 '<(DEPTH)/net/net.gyp:net_resources',
1513 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources', 1514 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources',
1514 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ', 1515 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ',
1515 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', 1516 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
1516 ], 1517 ],
1517 'configurations': { 1518 'configurations': {
1518 'Debug_Base': { 1519 'Debug_Base': {
1519 'msvs_settings': { 1520 'msvs_settings': {
1520 'VCLinkerTool': { 1521 'VCLinkerTool': {
1521 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1522 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 'content_unittests_apk.isolate', 2216 'content_unittests_apk.isolate',
2216 ], 2217 ],
2217 }, 2218 },
2218 ], 2219 ],
2219 }, 2220 },
2220 ], 2221 ],
2221 ], 2222 ],
2222 }], 2223 }],
2223 ], 2224 ],
2224 } 2225 }
OLDNEW
« no previous file with comments | « content/browser/media/media_source_browsertest.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698