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

Side by Side Diff: content/content_tests.gypi

Issue 2132673002: Adding Navigation Throttles to DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce number of delta lines in DevToolsProtocolTest Created 4 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 (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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1412 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1413 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1413 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1414 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1414 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1415 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1415 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1416 '../services/shell/shell_public.gyp:shell_public', 1416 '../services/shell/shell_public.gyp:shell_public',
1417 '../testing/gmock.gyp:gmock', 1417 '../testing/gmock.gyp:gmock',
1418 '../testing/gtest.gyp:gtest', 1418 '../testing/gtest.gyp:gtest',
1419 '../third_party/WebKit/public/blink.gyp:blink', 1419 '../third_party/WebKit/public/blink.gyp:blink',
1420 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1420 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1421 '../third_party/mesa/mesa.gyp:osmesa', 1421 '../third_party/mesa/mesa.gyp:osmesa',
1422 '../third_party/re2/re2.gyp:re2',
1422 '../third_party/zlib/zlib.gyp:zlib', 1423 '../third_party/zlib/zlib.gyp:zlib',
1423 '../ui/accessibility/accessibility.gyp:accessibility', 1424 '../ui/accessibility/accessibility.gyp:accessibility',
1424 '../ui/base/ui_base.gyp:ui_base', 1425 '../ui/base/ui_base.gyp:ui_base',
1425 '../ui/gfx/gfx.gyp:gfx', 1426 '../ui/gfx/gfx.gyp:gfx',
1426 '../ui/gfx/gfx.gyp:gfx_geometry', 1427 '../ui/gfx/gfx.gyp:gfx_geometry',
1427 '../ui/gl/gl.gyp:gl', 1428 '../ui/gl/gl.gyp:gl',
1428 '../ui/gl/gl.gyp:gl_test_support', 1429 '../ui/gl/gl.gyp:gl_test_support',
1429 '../ui/resources/ui_resources.gyp:ui_resources', 1430 '../ui/resources/ui_resources.gyp:ui_resources',
1430 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1431 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1431 '../ui/snapshot/snapshot.gyp:snapshot', 1432 '../ui/snapshot/snapshot.gyp:snapshot',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'content_unittests_apk.isolate', 1931 'content_unittests_apk.isolate',
1931 ], 1932 ],
1932 }, 1933 },
1933 ], 1934 ],
1934 }, 1935 },
1935 ], 1936 ],
1936 ], 1937 ],
1937 }], 1938 }],
1938 ], 1939 ],
1939 } 1940 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698