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

Side by Side Diff: pdfium.gyp

Issue 1411403012: Merge to XFA: Add path service to retrieve test data directory at run time so tests can be run from… (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: remove a blank line Created 5 years, 1 month 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 | « fpdfsdk/src/fpdfview_embeddertest.cpp ('k') | testing/embedder_test.h » ('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 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium 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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'type': 'static_library', 837 'type': 'static_library',
838 'dependencies': [ 838 'dependencies': [
839 '<(DEPTH)/testing/gmock.gyp:gmock', 839 '<(DEPTH)/testing/gmock.gyp:gmock',
840 '<(DEPTH)/testing/gtest.gyp:gtest', 840 '<(DEPTH)/testing/gtest.gyp:gtest',
841 ], 841 ],
842 'sources': [ 842 'sources': [
843 'testing/fx_string_testhelpers.cpp', 843 'testing/fx_string_testhelpers.cpp',
844 'testing/fx_string_testhelpers.h', 844 'testing/fx_string_testhelpers.h',
845 'testing/test_support.cpp', 845 'testing/test_support.cpp',
846 'testing/test_support.h', 846 'testing/test_support.h',
847 'testing/utils/path_service.cpp',
847 ], 848 ],
848 'conditions': [ 849 'conditions': [
849 ['pdf_enable_v8==1', { 850 ['pdf_enable_v8==1', {
850 'include_dirs': [ 851 'include_dirs': [
851 '<(DEPTH)/v8', 852 '<(DEPTH)/v8',
852 '<(DEPTH)/v8/include', 853 '<(DEPTH)/v8/include',
853 ], 854 ],
854 'dependencies': [ 855 'dependencies': [
855 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
857 ], 858 ],
858 }], 859 }],
859 ], 860 ],
860 }, 861 },
861 ], 862 ],
862 } 863 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/fpdfview_embeddertest.cpp ('k') | testing/embedder_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698