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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 8 years, 3 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/common/chrome_content_client.cc ('k') | chrome_frame/html_utils.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'chrome_tab_idl', 657 'chrome_tab_idl',
658 'locales/locales.gyp:*', 658 'locales/locales.gyp:*',
659 '../build/temp_gyp/googleurl.gyp:googleurl', 659 '../build/temp_gyp/googleurl.gyp:googleurl',
660 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', 660 '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
661 '../chrome/chrome.gyp:common', 661 '../chrome/chrome.gyp:common',
662 '../chrome/chrome.gyp:utility', 662 '../chrome/chrome.gyp:utility',
663 '../content/content.gyp:content_common', 663 '../content/content.gyp:content_common',
664 '../net/net.gyp:net', 664 '../net/net.gyp:net',
665 '../third_party/libxml/libxml.gyp:libxml', 665 '../third_party/libxml/libxml.gyp:libxml',
666 '../third_party/bzip2/bzip2.gyp:bzip2', 666 '../third_party/bzip2/bzip2.gyp:bzip2',
667 '../webkit/support/webkit_support.gyp:webkit_user_agent', 667 '../webkit/support/webkit_support.gyp:user_agent',
668 ], 668 ],
669 'sources': [ 669 'sources': [
670 'bho.cc', 670 'bho.cc',
671 'bho.h', 671 'bho.h',
672 'bho.rgs', 672 'bho.rgs',
673 'bind_context_info.cc', 673 'bind_context_info.cc',
674 'bind_context_info.h', 674 'bind_context_info.h',
675 'bind_status_callback_impl.cc', 675 'bind_status_callback_impl.cc',
676 'bind_status_callback_impl.h', 676 'bind_status_callback_impl.h',
677 'buggy_bho_handling.cc', 677 'buggy_bho_handling.cc',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 # Use outputs of this action as inputs for the main target build. 1050 # Use outputs of this action as inputs for the main target build.
1051 # Seems as a misnomer but makes this happy on Linux (scons). 1051 # Seems as a misnomer but makes this happy on Linux (scons).
1052 'process_outputs_as_sources': 1, 1052 'process_outputs_as_sources': 1,
1053 }, 1053 },
1054 ], 1054 ],
1055 }, 1055 },
1056 ], 1056 ],
1057 }, ], # 'coverage!=0' 1057 }, ], # 'coverage!=0'
1058 ], # 'conditions' 1058 ], # 'conditions'
1059 } 1059 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome_frame/html_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698