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

Side by Side Diff: net/net.gyp

Issue 173024: Add skeleton for an about:net-internal page.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address darin's comment, and sync Created 11 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/common/url_constants.cc ('k') | net/proxy/proxy_service.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 (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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'url_request/url_request_job_tracker.h', 350 'url_request/url_request_job_tracker.h',
351 'url_request/url_request_new_ftp_job.cc', 351 'url_request/url_request_new_ftp_job.cc',
352 'url_request/url_request_new_ftp_job.h', 352 'url_request/url_request_new_ftp_job.h',
353 'url_request/url_request_simple_job.cc', 353 'url_request/url_request_simple_job.cc',
354 'url_request/url_request_simple_job.h', 354 'url_request/url_request_simple_job.h',
355 'url_request/url_request_status.h', 355 'url_request/url_request_status.h',
356 'url_request/url_request_test_job.cc', 356 'url_request/url_request_test_job.cc',
357 'url_request/url_request_test_job.h', 357 'url_request/url_request_test_job.h',
358 'url_request/url_request_view_cache_job.cc', 358 'url_request/url_request_view_cache_job.cc',
359 'url_request/url_request_view_cache_job.h', 359 'url_request/url_request_view_cache_job.h',
360 'url_request/url_request_view_net_internal_job.cc',
361 'url_request/url_request_view_net_internal_job.h',
360 ], 362 ],
361 'sources!': [ 363 'sources!': [
362 'build/precompiled_net.h', 364 'build/precompiled_net.h',
363 'build/precompiled_net.cc', 365 'build/precompiled_net.cc',
364 ], 366 ],
365 'export_dependent_settings': [ 367 'export_dependent_settings': [
366 '../base/base.gyp:base', 368 '../base/base.gyp:base',
367 ], 369 ],
368 'conditions': [ 370 'conditions': [
369 ['javascript_engine=="v8"', { 371 ['javascript_engine=="v8"', {
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'sources': [ 734 'sources': [
733 'tools/dump_cache/dump_cache.cc', 735 'tools/dump_cache/dump_cache.cc',
734 'tools/dump_cache/dump_files.cc', 736 'tools/dump_cache/dump_files.cc',
735 'tools/dump_cache/upgrade.cc', 737 'tools/dump_cache/upgrade.cc',
736 ], 738 ],
737 }, 739 },
738 ], 740 ],
739 }], 741 }],
740 ], 742 ],
741 } 743 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | net/proxy/proxy_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698