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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge with ToT Created 9 years, 10 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/tools/build/generate_policy_source.py ('k') | chrome_frame/policy_settings.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], 139 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'],
140 }, 140 },
141 }, 141 },
142 { 142 {
143 'target_name': 'chrome_frame_unittests', 143 'target_name': 'chrome_frame_unittests',
144 'type': 'executable', 144 'type': 'executable',
145 'dependencies': [ 145 'dependencies': [
146 '../base/base.gyp:test_support_base', 146 '../base/base.gyp:test_support_base',
147 '../ceee/ie/common/common.gyp:ie_common', 147 '../ceee/ie/common/common.gyp:ie_common',
148 '../ceee/testing/utils/test_utils.gyp:test_utils', 148 '../ceee/testing/utils/test_utils.gyp:test_utils',
149 '../chrome/chrome.gyp:policy',
149 '../testing/gmock.gyp:gmock', 150 '../testing/gmock.gyp:gmock',
150 '../testing/gtest.gyp:gtest', 151 '../testing/gtest.gyp:gtest',
151 'chrome_frame_ie', 152 'chrome_frame_ie',
152 'chrome_frame_privileged_mock', 153 'chrome_frame_privileged_mock',
153 'chrome_frame_strings', 154 'chrome_frame_strings',
154 'chrome_tab_idl', 155 'chrome_tab_idl',
155 'xulrunner_sdk', 156 'xulrunner_sdk',
156 ], 157 ],
157 'sources': [ 158 'sources': [
158 'chrome_tab.h', 159 'chrome_tab.h',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'target_name': 'chrome_frame_ie', 789 'target_name': 'chrome_frame_ie',
789 'type': 'static_library', 790 'type': 'static_library',
790 'dependencies': [ 791 'dependencies': [
791 'chrome_frame_common', 792 'chrome_frame_common',
792 'chrome_frame_strings', 793 'chrome_frame_strings',
793 'chrome_frame_utils', 794 'chrome_frame_utils',
794 'chrome_tab_idl', 795 'chrome_tab_idl',
795 '../ceee/ie/common/common.gyp:ie_common', 796 '../ceee/ie/common/common.gyp:ie_common',
796 '../ceee/ie/common/common.gyp:ie_guids', 797 '../ceee/ie/common/common.gyp:ie_guids',
797 '../chrome/chrome.gyp:common', 798 '../chrome/chrome.gyp:common',
799 '../chrome/chrome.gyp:policy',
798 '../chrome/chrome.gyp:utility', 800 '../chrome/chrome.gyp:utility',
799 '../build/temp_gyp/googleurl.gyp:googleurl', 801 '../build/temp_gyp/googleurl.gyp:googleurl',
800 '../third_party/libxml/libxml.gyp:libxml', 802 '../third_party/libxml/libxml.gyp:libxml',
801 '../third_party/bzip2/bzip2.gyp:bzip2', 803 '../third_party/bzip2/bzip2.gyp:bzip2',
802 '../webkit/support/webkit_support.gyp:webkit_user_agent', 804 '../webkit/support/webkit_support.gyp:webkit_user_agent',
803 ], 805 ],
804 'sources': [ 806 'sources': [
805 'bho.cc', 807 'bho.cc',
806 'bho.h', 808 'bho.h',
807 'bho.rgs', 809 'bho.rgs',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 ], # 'conditions' 1200 ], # 'conditions'
1199 } 1201 }
1200 1202
1201 # vim: shiftwidth=2:et:ai:tabstop=2 1203 # vim: shiftwidth=2:et:ai:tabstop=2
1202 1204
1203 # Local Variables: 1205 # Local Variables:
1204 # tab-width:2 1206 # tab-width:2
1205 # indent-tabs-mode:nil 1207 # indent-tabs-mode:nil
1206 # End: 1208 # End:
1207 # vim: set expandtab tabstop=2 shiftwidth=2: 1209 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/tools/build/generate_policy_source.py ('k') | chrome_frame/policy_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698