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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 39203004: [Net] Fix error handling on wrong file in UploadData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: expectation fix Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome_frame/plugin_url_request.cc » ('j') | chrome_frame/plugin_url_request.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 '../third_party/icu/icu.gyp:icui18n', 423 '../third_party/icu/icu.gyp:icui18n',
424 '../third_party/icu/icu.gyp:icuuc', 424 '../third_party/icu/icu.gyp:icuuc',
425 '../ui/ui.gyp:ui_resources', 425 '../ui/ui.gyp:ui_resources',
426 'chrome_frame_ie', 426 'chrome_frame_ie',
427 'chrome_tab_idl', 427 'chrome_tab_idl',
428 'npchrome_frame', 428 'npchrome_frame',
429 ], 429 ],
430 'include_dirs': [ 430 'include_dirs': [
431 '<(DEPTH)/breakpad/src', 431 '<(DEPTH)/breakpad/src',
432 ], 432 ],
433 'defines': [ 'CHROME_FRAME_NET_TESTS=1' ],
433 'sources': [ 434 'sources': [
434 '../net/url_request/url_request_unittest.cc', 435 '../net/url_request/url_request_unittest.cc',
435 'test/chrome_frame_test_utils.cc', 436 'test/chrome_frame_test_utils.cc',
436 'test/chrome_frame_test_utils.h', 437 'test/chrome_frame_test_utils.h',
437 'test/ie_configurator.cc', 438 'test/ie_configurator.cc',
438 'test/ie_configurator.h', 439 'test/ie_configurator.h',
439 'test/simulate_input.cc', 440 'test/simulate_input.cc',
440 'test/simulate_input.h', 441 'test/simulate_input.h',
441 'test/test_server.cc', 442 'test/test_server.cc',
442 'test/test_server.h', 443 'test/test_server.h',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 # Use outputs of this action as inputs for the main target build. 1091 # Use outputs of this action as inputs for the main target build.
1091 # Seems as a misnomer but makes this happy on Linux (scons). 1092 # Seems as a misnomer but makes this happy on Linux (scons).
1092 'process_outputs_as_sources': 1, 1093 'process_outputs_as_sources': 1,
1093 }, 1094 },
1094 ], 1095 ],
1095 }, 1096 },
1096 ], 1097 ],
1097 }, ], # 'coverage!=0' 1098 }, ], # 'coverage!=0'
1098 ], # 'conditions' 1099 ], # 'conditions'
1099 } 1100 }
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/plugin_url_request.cc » ('j') | chrome_frame/plugin_url_request.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698