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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23618026: NOT FOR SUBMIT: Remove NetworkLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
11 'common/pref_names.h', 11 'common/pref_names.h',
12 'browser/chromeos/cros/network_constants.h',
13 'test/automation/browser_proxy.cc', 12 'test/automation/browser_proxy.cc',
14 'test/automation/browser_proxy.h', 13 'test/automation/browser_proxy.h',
15 'test/automation/tab_proxy.cc', 14 'test/automation/tab_proxy.cc',
16 'test/automation/tab_proxy.h', 15 'test/automation/tab_proxy.h',
17 '../content/public/common/page_type.h', 16 '../content/public/common/page_type.h',
18 '../content/public/common/security_style.h', 17 '../content/public/common/security_style.h',
19 # Must come before cert_status_flags.h 18 # Must come before cert_status_flags.h
20 '../net/base/net_export.h', 19 '../net/base/net_export.h',
21 '../net/cert/cert_status_flags.h', 20 '../net/cert/cert_status_flags.h',
22 ], 21 ],
(...skipping 3449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3472 'utility', 3471 'utility',
3473 ], 3472 ],
3474 'sources': [ 3473 'sources': [
3475 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3474 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3476 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3475 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3477 ], 3476 ],
3478 }] 3477 }]
3479 }], 3478 }],
3480 ], # 'conditions' 3479 ], # 'conditions'
3481 } 3480 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698