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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6955006: Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at htt... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « chrome/browser/external_tab_container_win.cc ('k') | chrome/common/sandbox_policy.cc » ('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) 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 '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 13 matching lines...) Expand all
24 'safe_browsing_report_proto', 24 'safe_browsing_report_proto',
25 'syncapi', 25 'syncapi',
26 'theme_resources', 26 'theme_resources',
27 'theme_resources_large', 27 'theme_resources_large',
28 'theme_resources_standard', 28 'theme_resources_standard',
29 'userfeedback_proto', 29 'userfeedback_proto',
30 '../app/app.gyp:app_resources', 30 '../app/app.gyp:app_resources',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../content/content.gyp:content_browser', 32 '../content/content.gyp:content_browser',
33 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
34 '../gpu/gpu.gyp:gpu_common',
34 '../media/media.gyp:media', 35 '../media/media.gyp:media',
35 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
36 '../printing/printing.gyp:printing', 37 '../printing/printing.gyp:printing',
37 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
38 '../third_party/bzip2/bzip2.gyp:bzip2', 39 '../third_party/bzip2/bzip2.gyp:bzip2',
39 '../third_party/expat/expat.gyp:expat', 40 '../third_party/expat/expat.gyp:expat',
40 '../third_party/hunspell/hunspell.gyp:hunspell', 41 '../third_party/hunspell/hunspell.gyp:hunspell',
41 '../third_party/icu/icu.gyp:icui18n', 42 '../third_party/icu/icu.gyp:icui18n',
42 '../third_party/icu/icu.gyp:icuuc', 43 '../third_party/icu/icu.gyp:icuuc',
43 '../third_party/libjingle/libjingle.gyp:libjingle', 44 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 4491 matching lines...) Expand 10 before | Expand all | Expand 10 after
4535 'hard_dependency': 1, 4536 'hard_dependency': 1,
4536 }, 4537 },
4537 ], 4538 ],
4538 } 4539 }
4539 4540
4540 # Local Variables: 4541 # Local Variables:
4541 # tab-width:2 4542 # tab-width:2
4542 # indent-tabs-mode:nil 4543 # indent-tabs-mode:nil
4543 # End: 4544 # End:
4544 # vim: set expandtab tabstop=2 shiftwidth=2: 4545 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome/common/sandbox_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698