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

Side by Side Diff: chrome/chrome.gyp

Issue 149644: Print only the focused frame. This makes more sense than trying to print all... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « no previous file | chrome/renderer/mock_printer.h » ('j') | chrome/renderer/render_view.cc » ('J')
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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3214 'browser/tab_contents/test_web_contents.cc', 3214 'browser/tab_contents/test_web_contents.cc',
3215 'browser/tab_contents/test_web_contents.h', 3215 'browser/tab_contents/test_web_contents.h',
3216 'common/ipc_test_sink.cc', 3216 'common/ipc_test_sink.cc',
3217 'common/ipc_test_sink.h', 3217 'common/ipc_test_sink.h',
3218 'renderer/mock_keyboard.cc', 3218 'renderer/mock_keyboard.cc',
3219 'renderer/mock_keyboard.h', 3219 'renderer/mock_keyboard.h',
3220 'renderer/mock_keyboard_driver_win.cc', 3220 'renderer/mock_keyboard_driver_win.cc',
3221 'renderer/mock_keyboard_driver_win.h', 3221 'renderer/mock_keyboard_driver_win.h',
3222 'renderer/mock_printer.cc', 3222 'renderer/mock_printer.cc',
3223 'renderer/mock_printer.h', 3223 'renderer/mock_printer.h',
3224 'renderer/mock_printer_driver_win.cc',
3225 'renderer/mock_printer_driver_win.h',
3226 'renderer/mock_render_process.h', 3224 'renderer/mock_render_process.h',
3227 'renderer/mock_render_thread.cc', 3225 'renderer/mock_render_thread.cc',
3228 'renderer/mock_render_thread.h', 3226 'renderer/mock_render_thread.h',
3229 'test/automation/autocomplete_edit_proxy.cc', 3227 'test/automation/autocomplete_edit_proxy.cc',
3230 'test/automation/autocomplete_edit_proxy.h', 3228 'test/automation/autocomplete_edit_proxy.h',
3231 'test/automation/automation_constants.h', 3229 'test/automation/automation_constants.h',
3232 'test/automation/automation_handle_tracker.cc', 3230 'test/automation/automation_handle_tracker.cc',
3233 'test/automation/automation_handle_tracker.h', 3231 'test/automation/automation_handle_tracker.h',
3234 'test/automation/automation_proxy.cc', 3232 'test/automation/automation_proxy.cc',
3235 'test/automation/automation_proxy.h', 3233 'test/automation/automation_proxy.h',
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
5029 # Use outputs of this action as inputs for the main target build. 5027 # Use outputs of this action as inputs for the main target build.
5030 # Seems as a misnomer but makes this happy on Linux (scons). 5028 # Seems as a misnomer but makes this happy on Linux (scons).
5031 'process_outputs_as_sources': 1, 5029 'process_outputs_as_sources': 1,
5032 }, 5030 },
5033 ], # 'actions' 5031 ], # 'actions'
5034 }, 5032 },
5035 ] 5033 ]
5036 }], 5034 }],
5037 ], # 'conditions' 5035 ], # 'conditions'
5038 } 5036 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/mock_printer.h » ('j') | chrome/renderer/render_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698