| OLD | NEW |
| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 '../skia/skia.gyp:skia', | 768 '../skia/skia.gyp:skia', |
| 769 '../testing/gmock.gyp:gmock', | 769 '../testing/gmock.gyp:gmock', |
| 770 '../testing/gtest.gyp:gtest', | 770 '../testing/gtest.gyp:gtest', |
| 771 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 771 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 772 '../third_party/mesa/mesa.gyp:osmesa', | 772 '../third_party/mesa/mesa.gyp:osmesa', |
| 773 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', | 773 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', |
| 774 '../ui/gl/gl.gyp:gl', | 774 '../ui/gl/gl.gyp:gl', |
| 775 '../ui/snapshot/snapshot.gyp:snapshot', | 775 '../ui/snapshot/snapshot.gyp:snapshot', |
| 776 '../ui/ui.gyp:shell_dialogs', | 776 '../ui/ui.gyp:shell_dialogs', |
| 777 '../ui/ui.gyp:ui', | 777 '../ui/ui.gyp:ui', |
| 778 '../ui/ui.gyp:ui_resources', |
| 778 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 779 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
| 779 '../webkit/support/webkit_support.gyp:glue', | 780 '../webkit/support/webkit_support.gyp:glue', |
| 780 '../webkit/support/webkit_support.gyp:glue_child', | 781 '../webkit/support/webkit_support.gyp:glue_child', |
| 781 ], | 782 ], |
| 782 'include_dirs': [ | 783 'include_dirs': [ |
| 783 '..', | 784 '..', |
| 784 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc | 785 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc |
| 785 ], | 786 ], |
| 786 'includes': [ | 787 'includes': [ |
| 787 'browser/gpu/test_support_gpu.gypi', | 788 'browser/gpu/test_support_gpu.gypi', |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1421 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1422 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1422 }, | 1423 }, |
| 1423 ], | 1424 ], |
| 1424 }], | 1425 }], |
| 1425 ], | 1426 ], |
| 1426 }, | 1427 }, |
| 1427 ], | 1428 ], |
| 1428 }], | 1429 }], |
| 1429 ], | 1430 ], |
| 1430 } | 1431 } |
| OLD | NEW |