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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GYP support 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '../third_party/zlib/google/zip_reader_unittest.cc', 336 '../third_party/zlib/google/zip_reader_unittest.cc',
337 '../third_party/zlib/google/zip_unittest.cc', 337 '../third_party/zlib/google/zip_unittest.cc',
338 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 338 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
339 '../tools/json_schema_compiler/test/any_unittest.cc', 339 '../tools/json_schema_compiler/test/any_unittest.cc',
340 '../tools/json_schema_compiler/test/arrays_unittest.cc', 340 '../tools/json_schema_compiler/test/arrays_unittest.cc',
341 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 341 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
342 '../tools/json_schema_compiler/test/choices_unittest.cc', 342 '../tools/json_schema_compiler/test/choices_unittest.cc',
343 '../tools/json_schema_compiler/test/crossref_unittest.cc', 343 '../tools/json_schema_compiler/test/crossref_unittest.cc',
344 '../tools/json_schema_compiler/test/enums_unittest.cc', 344 '../tools/json_schema_compiler/test/enums_unittest.cc',
345 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 345 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
346 '../tools/json_schema_compiler/test/features_generation_unittest.cc',
346 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', 347 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
347 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 348 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
348 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 349 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
349 '../tools/json_schema_compiler/test/objects_unittest.cc', 350 '../tools/json_schema_compiler/test/objects_unittest.cc',
350 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 351 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
351 ], 352 ],
352 'chrome_unit_tests_android_sources': [ 353 'chrome_unit_tests_android_sources': [
353 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc', 354 'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc',
354 'browser/password_manager/account_chooser_dialog_android_unittest.cc', 355 'browser/password_manager/account_chooser_dialog_android_unittest.cc',
355 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc ', 356 'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc ',
(...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after
2303 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2304 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2304 '../device/usb/usb.gyp:device_usb_mocks', 2305 '../device/usb/usb.gyp:device_usb_mocks',
2305 '../gpu/gpu.gyp:gpu_unittest_utils', 2306 '../gpu/gpu.gyp:gpu_unittest_utils',
2306 '../media/media.gyp:media_test_support', 2307 '../media/media.gyp:media_test_support',
2307 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2308 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2308 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2309 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2309 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2310 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2310 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2311 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2311 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2312 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2312 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 2313 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
2314 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:f eature_compiler_tests',
2313 '../ui/gl/gl.gyp:gl', 2315 '../ui/gl/gl.gyp:gl',
2314 '../ui/gl/gl.gyp:gl_test_support', 2316 '../ui/gl/gl.gyp:gl_test_support',
2315 ], 2317 ],
2316 'include_dirs': [ 2318 'include_dirs': [
2317 '<(SHARED_INTERMEDIATE_DIR)/chrome', 2319 '<(SHARED_INTERMEDIATE_DIR)/chrome',
2318 ], 2320 ],
2319 }, { # OS=="ios" 2321 }, { # OS=="ios"
2320 'dependencies': [ 2322 'dependencies': [
2321 '../third_party/ocmock/ocmock.gyp:ocmock', 2323 '../third_party/ocmock/ocmock.gyp:ocmock',
2322 ], 2324 ],
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 'dependencies': [ 3024 'dependencies': [
3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3025 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3024 ], 3026 ],
3025 }], 3027 }],
3026 ], 3028 ],
3027 }, 3029 },
3028 ], 3030 ],
3029 }], 3031 }],
3030 ], # 'conditions' 3032 ], # 'conditions'
3031 } 3033 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698