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

Side by Side Diff: chrome/chrome.gyp

Issue 62159: Remove superfluous depends now that WebString isn't in IPC anymore. (Closed)
Patch Set: Created 11 years, 8 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 | « no previous file | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1861 # gtk/gtk.h 1861 # gtk/gtk.h
1862 '../build/linux/system.gyp:gtk', 1862 '../build/linux/system.gyp:gtk',
1863 ], 1863 ],
1864 }], 1864 }],
1865 ], 1865 ],
1866 }, 1866 },
1867 { 1867 {
1868 'target_name': 'ipc_tests', 1868 'target_name': 'ipc_tests',
1869 'type': 'executable', 1869 'type': 'executable',
1870 'dependencies': [ 1870 'dependencies': [
1871 'browser',
1872 'common', 1871 'common',
1873 'renderer',
1874 'test_support_unit', 1872 'test_support_unit',
1875 '../base/base.gyp:base', 1873 '../base/base.gyp:base',
1876 '../testing/gtest.gyp:gtest', 1874 '../testing/gtest.gyp:gtest',
1877 ], 1875 ],
1878 'sources': [ 1876 'sources': [
1879 'common/ipc_fuzzing_tests.cc', 1877 'common/ipc_fuzzing_tests.cc',
1880 'common/ipc_message_unittest.cc', 1878 'common/ipc_message_unittest.cc',
1881 'common/ipc_send_fds_test.cc', 1879 'common/ipc_send_fds_test.cc',
1882 'common/ipc_sync_channel_unittest.cc', 1880 'common/ipc_sync_channel_unittest.cc',
1883 'common/ipc_sync_message_unittest.cc', 1881 'common/ipc_sync_message_unittest.cc',
(...skipping 10 matching lines...) Expand all
1894 }], 1892 }],
1895 ], 1893 ],
1896 }, 1894 },
1897 { 1895 {
1898 'target_name': 'ui_tests', 1896 'target_name': 'ui_tests',
1899 'type': 'executable', 1897 'type': 'executable',
1900 'dependencies': [ 1898 'dependencies': [
1901 'app', 1899 'app',
1902 'browser', 1900 'browser',
1903 'common', 1901 'common',
1904 'renderer',
1905 'resources', 1902 'resources',
1906 'test_support_ui', 1903 'test_support_ui',
1907 '../base/base.gyp:base', 1904 '../base/base.gyp:base',
1908 '../net/net.gyp:net', 1905 '../net/net.gyp:net',
1909 '../build/temp_gyp/googleurl.gyp:googleurl', 1906 '../build/temp_gyp/googleurl.gyp:googleurl',
1910 '../skia/skia.gyp:skia', 1907 '../skia/skia.gyp:skia',
1911 '../testing/gtest.gyp:gtest', 1908 '../testing/gtest.gyp:gtest',
1912 '../third_party/icu38/icu38.gyp:icui18n', 1909 '../third_party/icu38/icu38.gyp:icui18n',
1913 '../third_party/icu38/icu38.gyp:icuuc', 1910 '../third_party/icu38/icu38.gyp:icuuc',
1914 '../third_party/libxml/libxml.gyp:libxml', 1911 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
2314 }], 2311 }],
2315 ], 2312 ],
2316 }, 2313 },
2317 { 2314 {
2318 'target_name': 'startup_tests', 2315 'target_name': 'startup_tests',
2319 'type': 'executable', 2316 'type': 'executable',
2320 'dependencies': [ 2317 'dependencies': [
2321 'app', 2318 'app',
2322 'browser', 2319 'browser',
2323 'common', 2320 'common',
2324 'renderer',
2325 'resources', 2321 'resources',
2326 'test_support_ui', 2322 'test_support_ui',
2327 '../base/base.gyp:base', 2323 '../base/base.gyp:base',
2328 '../skia/skia.gyp:skia', 2324 '../skia/skia.gyp:skia',
2329 '../testing/gtest.gyp:gtest', 2325 '../testing/gtest.gyp:gtest',
2330 ], 2326 ],
2331 'sources': [ 2327 'sources': [
2332 'test/startup/feature_startup_test.cc', 2328 'test/startup/feature_startup_test.cc',
2333 'test/startup/startup_test.cc', 2329 'test/startup/startup_test.cc',
2334 'tools/build/win/precompiled.cc', 2330 'tools/build/win/precompiled.cc',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 '../tools/code_coverage/coverage_posix.py', 2842 '../tools/code_coverage/coverage_posix.py',
2847 '--directory', 2843 '--directory',
2848 '<(PRODUCT_DIR)' ], 2844 '<(PRODUCT_DIR)' ],
2849 }, 2845 },
2850 ], # 'actions' 2846 ], # 'actions'
2851 }, 2847 },
2852 ] 2848 ]
2853 }], 2849 }],
2854 ], # 'conditions' 2850 ], # 'conditions'
2855 } 2851 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698