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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS Created 7 years, 6 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/chrome_common.gypi ('k') | content/content_common.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) 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 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'chrome_frame_utils', 683 'chrome_frame_utils',
684 'chrome_tab_idl', 684 'chrome_tab_idl',
685 'locales/locales.gyp:*', 685 'locales/locales.gyp:*',
686 '../build/temp_gyp/googleurl.gyp:googleurl', 686 '../build/temp_gyp/googleurl.gyp:googleurl',
687 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', 687 '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
688 '../chrome/chrome.gyp:common', 688 '../chrome/chrome.gyp:common',
689 '../chrome/chrome.gyp:utility', 689 '../chrome/chrome.gyp:utility',
690 '../content/content.gyp:content_common', 690 '../content/content.gyp:content_common',
691 '../net/net.gyp:net', 691 '../net/net.gyp:net',
692 '../third_party/libxml/libxml.gyp:libxml', 692 '../third_party/libxml/libxml.gyp:libxml',
693 '../webkit/support/webkit_support.gyp:user_agent', 693 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
694 ], 694 ],
695 'sources': [ 695 'sources': [
696 'bho.cc', 696 'bho.cc',
697 'bho.h', 697 'bho.h',
698 'bho.rgs', 698 'bho.rgs',
699 'bind_context_info.cc', 699 'bind_context_info.cc',
700 'bind_context_info.h', 700 'bind_context_info.h',
701 'bind_status_callback_impl.cc', 701 'bind_status_callback_impl.cc',
702 'bind_status_callback_impl.h', 702 'bind_status_callback_impl.h',
703 'buggy_bho_handling.cc', 703 'buggy_bho_handling.cc',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 # Use outputs of this action as inputs for the main target build. 1083 # Use outputs of this action as inputs for the main target build.
1084 # Seems as a misnomer but makes this happy on Linux (scons). 1084 # Seems as a misnomer but makes this happy on Linux (scons).
1085 'process_outputs_as_sources': 1, 1085 'process_outputs_as_sources': 1,
1086 }, 1086 },
1087 ], 1087 ],
1088 }, 1088 },
1089 ], 1089 ],
1090 }, ], # 'coverage!=0' 1090 }, ], # 'coverage!=0'
1091 ], # 'conditions' 1091 ], # 'conditions'
1092 } 1092 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698