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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 6840044: Size reduction: halve npchrome_frame.dll via code motion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 9 'variables': {
10 'version_py_path': '../tools/build/version.py', 10 'version_py_path': '../tools/build/version.py',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'chrome_frame_utils', 883 'chrome_frame_utils',
884 'chrome_tab_idl', 884 'chrome_tab_idl',
885 'chrome_frame_launcher.gyp:chrome_launcher', 885 'chrome_frame_launcher.gyp:chrome_launcher',
886 '../build/temp_gyp/googleurl.gyp:googleurl', 886 '../build/temp_gyp/googleurl.gyp:googleurl',
887 'chrome_frame_launcher.gyp:chrome_frame_helper', 887 'chrome_frame_launcher.gyp:chrome_frame_helper',
888 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', 888 'chrome_frame_launcher.gyp:chrome_frame_helper_dll',
889 '../chrome/chrome.gyp:chrome', 889 '../chrome/chrome.gyp:chrome',
890 '../chrome/chrome.gyp:chrome_dll', 890 '../chrome/chrome.gyp:chrome_dll',
891 '../chrome/chrome.gyp:chrome_dll_version', 891 '../chrome/chrome.gyp:chrome_dll_version',
892 '../chrome/chrome.gyp:common', 892 '../chrome/chrome.gyp:common',
893 '../chrome/chrome.gyp:utility',
894 ], 893 ],
895 'sources': [ 894 'sources': [
896 'chrome_frame_elevation.rgs', 895 'chrome_frame_elevation.rgs',
897 'chrome_frame_npapi.rgs', 896 'chrome_frame_npapi.rgs',
898 'chrome_frame_npapi_entrypoints.cc', 897 'chrome_frame_npapi_entrypoints.cc',
899 'chrome_frame_npapi_entrypoints.h', 898 'chrome_frame_npapi_entrypoints.h',
900 'chrome_frame_reporting.cc', 899 'chrome_frame_reporting.cc',
901 'chrome_frame_reporting.h', 900 'chrome_frame_reporting.h',
902 'chrome_tab.cc', 901 'chrome_tab.cc',
903 'chrome_tab.def', 902 'chrome_tab.def',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 ], # 'conditions' 1098 ], # 'conditions'
1100 } 1099 }
1101 1100
1102 # vim: shiftwidth=2:et:ai:tabstop=2 1101 # vim: shiftwidth=2:et:ai:tabstop=2
1103 1102
1104 # Local Variables: 1103 # Local Variables:
1105 # tab-width:2 1104 # tab-width:2
1106 # indent-tabs-mode:nil 1105 # indent-tabs-mode:nil
1107 # End: 1106 # End:
1108 # vim: set expandtab tabstop=2 shiftwidth=2: 1107 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698