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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3915002: Out of process Pepper (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/chrome.gyp ('k') | chrome/common/child_process_info.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 # TODO(danno): Find a better way to include these files 2422 # TODO(danno): Find a better way to include these files
2423 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', 2423 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc',
2424 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', 2424 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h',
2425 'browser/popup_blocked_animation.h', 2425 'browser/popup_blocked_animation.h',
2426 'browser/possible_url_model.cc', 2426 'browser/possible_url_model.cc',
2427 'browser/possible_url_model.h', 2427 'browser/possible_url_model.h',
2428 'browser/power_save_blocker.h', 2428 'browser/power_save_blocker.h',
2429 'browser/power_save_blocker_common.cc', 2429 'browser/power_save_blocker_common.cc',
2430 'browser/power_save_blocker_stub.cc', 2430 'browser/power_save_blocker_stub.cc',
2431 'browser/power_save_blocker_win.cc', 2431 'browser/power_save_blocker_win.cc',
2432 'browser/ppapi_plugin_process_host.cc',
2433 'browser/ppapi_plugin_process_host.h',
2432 'browser/preferences_mac.cc', 2434 'browser/preferences_mac.cc',
2433 'browser/preferences_mac.h', 2435 'browser/preferences_mac.h',
2434 'browser/prefs/browser_prefs.cc', 2436 'browser/prefs/browser_prefs.cc',
2435 'browser/prefs/browser_prefs.h', 2437 'browser/prefs/browser_prefs.h',
2436 'browser/prefs/command_line_pref_store.cc', 2438 'browser/prefs/command_line_pref_store.cc',
2437 'browser/prefs/command_line_pref_store.h', 2439 'browser/prefs/command_line_pref_store.h',
2438 'browser/prefs/default_pref_store.cc', 2440 'browser/prefs/default_pref_store.cc',
2439 'browser/prefs/default_pref_store.h', 2441 'browser/prefs/default_pref_store.h',
2440 'browser/prefs/pref_member.cc', 2442 'browser/prefs/pref_member.cc',
2441 'browser/prefs/pref_member.h', 2443 'browser/prefs/pref_member.h',
(...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after
4309 ], 4311 ],
4310 }, 4312 },
4311 ], 4313 ],
4312 } 4314 }
4313 4315
4314 # Local Variables: 4316 # Local Variables:
4315 # tab-width:2 4317 # tab-width:2
4316 # indent-tabs-mode:nil 4318 # indent-tabs-mode:nil
4317 # End: 4319 # End:
4318 # vim: set expandtab tabstop=2 shiftwidth=2: 4320 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/child_process_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698