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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 466088: Revert 34146 - A place to store the pid>mach_port_t mapping.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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/chrome_tests.gypi » ('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 '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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 'browser/load_from_memory_cache_details.h', 1059 'browser/load_from_memory_cache_details.h',
1060 'browser/load_notification_details.h', 1060 'browser/load_notification_details.h',
1061 'browser/location_bar.h', 1061 'browser/location_bar.h',
1062 'browser/login_model.h', 1062 'browser/login_model.h',
1063 'browser/login_prompt.cc', 1063 'browser/login_prompt.cc',
1064 'browser/login_prompt.h', 1064 'browser/login_prompt.h',
1065 'browser/login_prompt_gtk.cc', 1065 'browser/login_prompt_gtk.cc',
1066 'browser/login_prompt_mac.h', 1066 'browser/login_prompt_mac.h',
1067 'browser/login_prompt_mac.mm', 1067 'browser/login_prompt_mac.mm',
1068 'browser/login_prompt_win.cc', 1068 'browser/login_prompt_win.cc',
1069 'browser/mach_broker_mac.cc',
1070 'browser/mach_broker_mac.h',
1071 'browser/memory_details.cc', 1069 'browser/memory_details.cc',
1072 'browser/memory_details_linux.cc', 1070 'browser/memory_details_linux.cc',
1073 'browser/memory_details_mac.cc', 1071 'browser/memory_details_mac.cc',
1074 'browser/memory_details_win.cc', 1072 'browser/memory_details_win.cc',
1075 'browser/memory_details.h', 1073 'browser/memory_details.h',
1076 'browser/memory_purger.cc', 1074 'browser/memory_purger.cc',
1077 'browser/memory_purger.h', 1075 'browser/memory_purger.h',
1078 'browser/meta_table_helper.cc', 1076 'browser/meta_table_helper.cc',
1079 'browser/meta_table_helper.h', 1077 'browser/meta_table_helper.h',
1080 'browser/metrics/metric_event_duration_details.h', 1078 'browser/metrics/metric_event_duration_details.h',
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 ], 2381 ],
2384 }, 2382 },
2385 ], 2383 ],
2386 } 2384 }
2387 2385
2388 # Local Variables: 2386 # Local Variables:
2389 # tab-width:2 2387 # tab-width:2
2390 # indent-tabs-mode:nil 2388 # indent-tabs-mode:nil
2391 # End: 2389 # End:
2392 # vim: set expandtab tabstop=2 shiftwidth=2: 2390 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698